统一403异常页面
This commit is contained in:
parent
d04c6fb10a
commit
738c5d2d4a
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
|
@ -12,6 +12,10 @@
|
|||
<title><spring:message code="403"/></title>
|
||||
</head>
|
||||
<body>
|
||||
403
|
||||
<% Exception e = (Exception)request.getAttribute("ex"); %>
|
||||
<h2>错误: <%= e.getClass().getSimpleName()%></h2>
|
||||
<hr />
|
||||
<h5>错误描述:</h5>
|
||||
<%= e.getMessage()%>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue