This commit is contained in:
com02 2022-03-03 13:59:45 +09:00
commit 2b0187cb63
2 changed files with 33 additions and 1 deletions

View File

@ -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>