|
|
@ -24,6 +24,8 @@
|
|
|
|
<% setTitle(request); %>
|
|
|
|
<% setTitle(request); %>
|
|
|
|
<c:if test="${json}"><%
|
|
|
|
<c:if test="${json}"><%
|
|
|
|
response.setContentType("application/json; charset=UTF-8");
|
|
|
|
response.setContentType("application/json; charset=UTF-8");
|
|
|
|
|
|
|
|
String stacktrace = (String)request.getAttribute("stacktrace");
|
|
|
|
|
|
|
|
request.setAttribute("stacktrace", Convert.rntq(stacktrace));
|
|
|
|
%>{
|
|
|
|
%>{
|
|
|
|
"path": "${path}",
|
|
|
|
"path": "${path}",
|
|
|
|
"failed": true,
|
|
|
|
"failed": true,
|
|
|
|