From 7581ac9ba1c99d845146f663a919fdf80a8aef18 Mon Sep 17 00:00:00 2001 From: cho Date: Fri, 20 Feb 2026 16:14:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=88=EC=99=B8=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EB=AA=BB=ED=95=9C=EA=B2=83=EB=93=A4=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=ED=95=9C=20=EC=97=90=EB=9F=AC=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/error.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/error.jsp b/WebContent/error.jsp index 59b8628..07a2c53 100644 --- a/WebContent/error.jsp +++ b/WebContent/error.jsp @@ -21,7 +21,7 @@ String message = (String)request.getAttribute("errorMessage"); if ( message == null ) { - message = "can not find Adapter Uri"; + message = "Unknown Error, If the problem persists, please contact the administrator.."; } String jsonErrorMessage = MessageUtil.makeJsonErrorMessage(code, message);