Ensure Servlet info is displayed in Manager application
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1037683 13f79535-47bb-0310-9956-
ffa450edef68
private String getWebModuleKeyProperties() {
- StringBuilder keyProperties = new StringBuilder(",WebModule=");
+ StringBuilder keyProperties = new StringBuilder(",WebModule=//");
String hostName = getParent().getParent().getName();
if (hostName == null) {
keyProperties.append("DEFAULT");
Fix message not being displayed after session attribute removal in HTML
Manager application. (markt)
</fix>
+ <fix>
+ <bug>50310</bug>: Fix display of Servlet information in Manager
+ application. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">