解决IP Spoofing表单不对应
解决 msgProp读取不到文件时,空指针错误
This commit is contained in:
@@ -757,7 +757,7 @@ public class BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
msgProp = null;
|
//msgProp = null;
|
||||||
logger.error("未知i18n消息配置文件,请确定文件是否存在!", e);
|
logger.error("未知i18n消息配置文件,请确定文件是否存在!", e);
|
||||||
}
|
}
|
||||||
return msgProp;
|
return msgProp;
|
||||||
|
|||||||
@@ -316,7 +316,17 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
<spring:message code="${directions}"/>
|
<spring:message code="${directions}"/>
|
||||||
</td>
|
</td>
|
||||||
|
<td>${log.innerSmac }</td>
|
||||||
|
<td>${log.innerDmac }</td>
|
||||||
|
<td>
|
||||||
|
<c:set var="streamDirs">${log.streamDir }</c:set>
|
||||||
|
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="streamType">
|
||||||
|
<c:if test="${streamType.itemCode eq log.streamDir}">
|
||||||
|
<c:set var="streamDirs">${streamType.itemValue}</c:set>
|
||||||
|
</c:if>
|
||||||
|
</c:forEach>
|
||||||
|
<spring:message code="${streamDirs}"/>
|
||||||
|
</td>
|
||||||
<td>${log.addrList }</td>
|
<td>${log.addrList }</td>
|
||||||
<td>${log.serverLocate}</td>
|
<td>${log.serverLocate}</td>
|
||||||
<td>${log.clientLocate}</td>
|
<td>${log.clientLocate}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user