From 17b61ff96e1d203cd1f4b6450f7713dabb4253be Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Mon, 13 Aug 2018 14:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=AD=97=E6=AE=B5=E4=B8=BAhttp=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/log/ntc/httpList.jsp | 32 +++++++++---------- .../webapp/WEB-INF/views/log/ntc/mailList.jsp | 8 ++--- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp index f975091c4..79ad81fef 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp @@ -224,60 +224,60 @@ - + ${fn:substring(_log.reqHdrFile,0,20) } - - + - ftp://${fn:substring(_log.reqHdrFile,0,20) } + http://${fn:substring(_log.reqHdrFile,0,20) } - + ${fn:substring(_log.reqBodyFile,0,20) } - - + - ftp://${fn:substring(_log.reqBodyFile,0,20) } + http://${fn:substring(_log.reqBodyFile,0,20) } - + ${fn:substring(_log.resHdrFile,0,20) } - - + - ftp://${fn:substring(_log.resHdrFile,0,20) } + http://${fn:substring(_log.resHdrFile,0,20) } - + ${fn:substring(_log.resBodyFile,0,20) } - - + - ftp://${fn:substring(_log.resBodyFile,0,20) } + http://${fn:substring(_log.resBodyFile,0,20) } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp index 9d55c220d..6df47f977 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp @@ -213,16 +213,16 @@ ${_log.subject } - + ${fn:substring(_log.emlFile,0,20) } - - + - ftp://${fn:substring(_log.emlFile,0,20) } + http://${fn:substring(_log.emlFile,0,20) }