Skip to content

Commit b759495

Browse files
committed
Include any error message if the session is not found
1 parent afaa8d8 commit b759495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapps/manager/WEB-INF/jsp/sessionDetail.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<body>
6060
<% if (currentHttpSession == null) { %>
6161
<h1><%=currentSessionId%></h1>
62+
<div class="error"><%= JspHelper.escapeXml(request.getAttribute("error")) %></div>
6263
<% } else { %>
6364
<h1>Details for Session <%= currentSessionId %></h1>
6465

0 commit comments

Comments
 (0)