git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992290
13f79535-47bb-0310-9956-
ffa450edef68
}
private String getObjectKeyPropertiesNameOnly() {
- StringBuilder result = new StringBuilder("name=");
+ StringBuilder result = new StringBuilder("name=//");
String hostname = getParent().getName();
if (hostname == null) {
result.append("DEFAULT");
<bug>48967</bug>: Replace strings "catalina.base" and "catalina.home"
by globally defined constants. Patch provided by Marc Guillemot. (rjung)
</update>
+ <fix>
+ Keep the MBean names for web applications consistent between Tomcat 6
+ and Tomcat 7. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">