We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaa8d8 commit b759495Copy full SHA for b759495
1 file changed
webapps/manager/WEB-INF/jsp/sessionDetail.jsp
@@ -59,6 +59,7 @@
59
<body>
60
<% if (currentHttpSession == null) { %>
61
<h1><%=currentSessionId%></h1>
62
+ <div class="error"><%= JspHelper.escapeXml(request.getAttribute("error")) %></div>
63
<% } else { %>
64
<h1>Details for Session <%= currentSessionId %></h1>
65
0 commit comments