소장자료관 에러페이지 설정 추가
This commit is contained in:
parent
188bdf90a9
commit
f276b3c018
@ -86,14 +86,46 @@
|
||||
<exception-type>java.lang.Throwable</exception-type>
|
||||
<location>/common/error-throw.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>401</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>403</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>404</error-code>
|
||||
<location>/common/error404.jsp</location>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>405</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>408</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>413</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>414</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>500</error-code>
|
||||
<location>/common/error500.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>501</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>505</error-code>
|
||||
<location>/common/errorCommon.jsp</location>
|
||||
</error-page>
|
||||
|
||||
<security-constraint>
|
||||
<web-resource-collection>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user