Remove invalid attribute "encoding" of MBean MemoryUserDatabase,
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 Jul 2007 09:05:54 +0000 (09:05 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 Jul 2007 09:05:54 +0000 (09:05 +0000)
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

java/org/apache/catalina/users/mbeans-descriptors.xml
webapps/docs/changelog.xml

index 47b478c..f906b42 100644 (file)
                 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;"
index 207cb4b..2a6b307 100644 (file)
   <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)