Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50310
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Nov 2010 11:49:05 +0000 (11:49 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Nov 2010 11:49:05 +0000 (11:49 +0000)
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

java/org/apache/catalina/core/StandardWrapper.java
webapps/docs/changelog.xml

index 299209b..2c64903 100644 (file)
@@ -1720,7 +1720,7 @@ public class StandardWrapper extends ContainerBase
 
     private String getWebModuleKeyProperties() {
         
-        StringBuilder keyProperties = new StringBuilder(",WebModule=");
+        StringBuilder keyProperties = new StringBuilder(",WebModule=//");
         String hostName = getParent().getParent().getName();
         if (hostName == null) {
             keyProperties.append("DEFAULT");
index d73fc2f..678ca77 100644 (file)
         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">