Author: rjung
Date: Mon Jul 9 02:05:11 2007
New Revision: 554576
URL: http://svn.apache.org/viewvc?view=rev&rev=554576
Log:
Remove invalid attribute "encoding" of MBean MemoryUserDatabase,
which lead to errors in the manager webapp JMXProxy output.
Modified:
tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml
tomcat/container/branches/tc5.0.x/webapps/docs/changelog.xml
Modified:
tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml?view=diff&rev=554576&r1=554575&r2=554576
==============================================================================
---
tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml
(original)
+++
tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/catalina/users/mbeans-descriptors.xml
Mon Jul 9 02:05:11 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/branches/tc5.0.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/branches/tc5.0.x/webapps/docs/changelog.xml?view=diff&rev=554576&r1=554575&r2=554576
==============================================================================
--- tomcat/container/branches/tc5.0.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/branches/tc5.0.x/webapps/docs/changelog.xml Mon Jul 9
02:05:11 2007
@@ -44,6 +44,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>
<bug>32502</bug>: Memory leak in DigestAuthenticator. (yoavs)
</fix>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]