jiwoo 2023-07-18
Merge branch 'jiwoo'
@1fbbba091552143df8b7bfa55c701a6fc8991867
src/main/webapp/WEB-INF/web.xml
--- src/main/webapp/WEB-INF/web.xml
+++ src/main/webapp/WEB-INF/web.xml
@@ -143,6 +143,18 @@
         <location>/common/error.jsp</location>
     </error-page>
     <error-page>
+        <error-code>400</error-code>
+        <location>/common/error.jsp</location>
+    </error-page>
+    <error-page>
+        <error-code>401</error-code>
+        <location>/common/error.jsp</location>
+    </error-page>
+    <error-page>
+        <error-code>403</error-code>
+        <location>/common/error.jsp</location>
+    </error-page>
+    <error-page>
         <error-code>404</error-code>
         <location>/common/error.jsp</location>
     </error-page>
Add a comment
List