which lead to errors in the manager webapp JMXProxy output.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@554577
13f79535-47bb-0310-9956-
ffa450edef68
group="UserDatabase"
type="org.apache.catalina.users.MemoryUserDatabase">
- <attribute name="encoding"
- description="Character encoding to use when writing XML file"
- type="java.lang.String"/>
-
<attribute name="groups"
description="MBean Names of all defined groups"
type="[Ljava.lang.String;"
<subsection name="Catalina">
<changelog>
<fix>
+ Remove invalid attribute "encoding" of MBean MemoryUserDatabase,
+ which lead to errors in the manager webapp JMXProxy output. (rjung)
+ </fix>
+ <fix>
<bug>42449</bug>:
JNDIRealm does not catch NullPointerException for Sun's
LDAP provider (See bug for details) (funkman)