From fab5bf3482d7ede30f5257c9117384c46aa84112 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Tue, 18 Jul 2023 18:01:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20web.xml=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A6=AC?= =?UTF-8?q?=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=97=90=20400,=20401,=20403=20=EC=9C=A0=ED=98=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/web.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8d5bda92..802ac6f4 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -142,6 +142,18 @@ java.lang.Throwable /common/error.jsp + + 400 + /common/error.jsp + + + 401 + /common/error.jsp + + + 403 + /common/error.jsp + 404 /common/error.jsp