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
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>33774</bug> Retry JNDI authentiction on ServiceUnavailableException
as at least one provider throws this after an idle connection has been
closed. (markt)