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,