Remove invalid attribute "encoding" of MBean MemoryUserDatabase,
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 Jul 2007 09:09:50 +0000 (09:09 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 Jul 2007 09:09:50 +0000 (09:09 +0000)
which lead to errors in the manager webapp JMXProxy output.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@554579 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 774a3df..a004ce3 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>33774</bug> Retry JNDI authentiction on ServiceUnavailableException
         as at least one provider throws this after an idle connection has been
         closed. (markt)