Author: rjung Date: Mon Jul 9 02:04:32 2007 New Revision: 554575 URL: http://svn.apache.org/viewvc?view=rev&rev=554575 Log: Remove invalid attribute "encoding" of MBean MemoryUserDatabase, which lead to errors in the manager webapp JMXProxy output.
Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml?view=diff&rev=554575&r1=554574&r2=554575 ============================================================================== --- tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml (original) +++ tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml Mon Jul 9 02:04:32 2007 @@ -136,10 +136,6 @@ 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;" Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=554575&r1=554574&r2=554575 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Jul 9 02:04:32 2007 @@ -18,6 +18,10 @@ <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> Fix XSS security vulnerability (CVE-2007-2450) in the Manager and Host Manager. Reported by Daiki Fukumori. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]