日志界面处理特殊字符.
This commit is contained in:
@@ -199,7 +199,9 @@
|
|||||||
<c:if test="${log.encryptMode eq 1}">IPSEC</c:if>
|
<c:if test="${log.encryptMode eq 1}">IPSEC</c:if>
|
||||||
<c:if test="${log.encryptMode eq 2}">无</c:if>
|
<c:if test="${log.encryptMode eq 2}">无</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.chapName}</td>
|
<td title="${fns:escapeHtml(log.chapName)}">
|
||||||
|
${fns:stringFormat(log.chapName,30)}
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>${log.capIp}</td>
|
<td>${log.capIp}</td>
|
||||||
<td>${log.transProto }</td>
|
<td>${log.transProto }</td>
|
||||||
@@ -223,7 +225,9 @@
|
|||||||
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -213,7 +213,9 @@ $(document).ready(function(){
|
|||||||
http://${fn:substring(log.logUri,0,20) }
|
http://${fn:substring(log.logUri,0,20) }
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td title="${fns:escapeHtml(log.refer)}">
|
||||||
|
${fns:stringFormat(log.refer,30)}
|
||||||
|
</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${log.fdType eq 0 }"><spring:message code="black_block_list"/></c:if>
|
<c:if test="${log.fdType eq 0 }"><spring:message code="black_block_list"/></c:if>
|
||||||
@@ -244,7 +246,9 @@ $(document).ready(function(){
|
|||||||
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -213,7 +213,9 @@ $(document).ready(function(){
|
|||||||
http://${fn:substring(log.logUri,0,20) }
|
http://${fn:substring(log.logUri,0,20) }
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td title="${fns:escapeHtml(log.refer)}">
|
||||||
|
${fns:stringFormat(log.refer,30)}
|
||||||
|
</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${log.fdType eq 0 }"><spring:message code="black_block_list"/></c:if>
|
<c:if test="${log.fdType eq 0 }"><spring:message code="black_block_list"/></c:if>
|
||||||
@@ -244,7 +246,9 @@ $(document).ready(function(){
|
|||||||
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -281,7 +281,9 @@
|
|||||||
http://${fn:substring(log.logUri,0,20) }
|
http://${fn:substring(log.logUri,0,20) }
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td title="${fns:escapeHtml(log.refer)}">
|
||||||
|
${fns:stringFormat(log.refer,30)}
|
||||||
|
</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<td><c:if test="${log.fdType eq 0 }">
|
<td><c:if test="${log.fdType eq 0 }">
|
||||||
<spring:message code="black_block_list" />
|
<spring:message code="black_block_list" />
|
||||||
@@ -314,7 +316,9 @@
|
|||||||
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -213,7 +213,9 @@ $(document).ready(function(){
|
|||||||
http://${fn:substring(log.logUri,0,20) }
|
http://${fn:substring(log.logUri,0,20) }
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td title="${fns:escapeHtml(log.refer)}">
|
||||||
|
${fns:stringFormat(log.refer,30)}
|
||||||
|
</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<td><c:if test="${log.fdType eq 0 }">
|
<td><c:if test="${log.fdType eq 0 }">
|
||||||
<spring:message code="black_block_list" />
|
<spring:message code="black_block_list" />
|
||||||
@@ -246,7 +248,9 @@ $(document).ready(function(){
|
|||||||
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -213,7 +213,9 @@ $(document).ready(function(){
|
|||||||
http://${fn:substring(log.logUri,0,20) }
|
http://${fn:substring(log.logUri,0,20) }
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td title="${fns:escapeHtml(log.refer)}">
|
||||||
|
${fns:stringFormat(log.refer,30)}
|
||||||
|
</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<td><c:if test="${log.fdType eq 0 }">
|
<td><c:if test="${log.fdType eq 0 }">
|
||||||
<spring:message code="black_block_list" />
|
<spring:message code="black_block_list" />
|
||||||
@@ -246,7 +248,9 @@ $(document).ready(function(){
|
|||||||
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }" /></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -221,7 +221,9 @@
|
|||||||
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -200,10 +200,18 @@
|
|||||||
<td>${log.foundTime }</td>
|
<td>${log.foundTime }</td>
|
||||||
<td>${log.entranceId }</td>
|
<td>${log.entranceId }</td>
|
||||||
|
|
||||||
<td>${log.version}</td>
|
<td title="${fns:escapeHtml(log.version)}">
|
||||||
<td>${log.sni}</td>
|
${fns:stringFormat(log.version,30)}
|
||||||
<td>${log.san}</td>
|
</td>
|
||||||
<td>${log.ca}</td>
|
<td title="${fns:escapeHtml(log.sni)}">
|
||||||
|
${fns:stringFormat(log.sni,30)}
|
||||||
|
</td>
|
||||||
|
<td title="${fns:escapeHtml(log.san)}">
|
||||||
|
${fns:stringFormat(log.san,30)}
|
||||||
|
</td>
|
||||||
|
<td title="${fns:escapeHtml(log.ca)}">
|
||||||
|
${fns:stringFormat(log.ca,30)}
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>${log.capIp}</td>
|
<td>${log.capIp}</td>
|
||||||
<td>${log.transProto }</td>
|
<td>${log.transProto }</td>
|
||||||
@@ -227,7 +235,9 @@
|
|||||||
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
<c:if test="${log.streamDir==dict.itemCode}"><spring:message code="${dict.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>${log.addrList}</td>
|
<td title="${fns:escapeHtml(log.addrList)}">
|
||||||
|
${fns:stringFormat(log.addrList,30)}
|
||||||
|
</td>
|
||||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user