From 6bf5b66d76f5a1906354b1c7575a1d3b929b05b6 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Fri, 21 Jul 2023 13:07:28 +0900 Subject: [PATCH] =?UTF-8?q?stacktrace=20=EC=B2=98=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/error/errorPage.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp b/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp index 5e0a7c52..133608b1 100644 --- a/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp @@ -24,6 +24,8 @@ <% setTitle(request); %> <% response.setContentType("application/json; charset=UTF-8"); + String stacktrace = (String)request.getAttribute("stacktrace"); + request.setAttribute("stacktrace", Convert.rntq(stacktrace)); %>{ "path": "${path}", "failed": true,