Author: markt Date: Fri Dec 18 11:59:29 2015 New Revision: 1720763 URL: http://svn.apache.org/viewvc?rev=1720763&view=rev Log: Remove attribute from MBean descriptions that no longer exist.
Modified: tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml?rev=1720763&r1=1720762&r2=1720763&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml Fri Dec 18 11:59:29 2015 @@ -37,14 +37,6 @@ description="The JNDI named JDBC DataSource for your database" type="java.lang.String"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="localDataSource" description="Configures if the DataSource is local to the webapp" type="boolean"/> @@ -109,14 +101,6 @@ type="java.lang.String" writeable="false"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="roleClassNames" description="Comma-delimited list of javax.security.Principal classes that represent security roles" type="java.lang.String"/> @@ -178,14 +162,6 @@ description="The connection URL to use when trying to connect to the database" type="java.lang.String"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="driverName" description="The JDBC driver to use" type="java.lang.String"/> @@ -281,14 +257,6 @@ description="The JNDI context factory for this Realm" type="java.lang.String"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="protocol" description="The protocol to be used" type="java.lang.String"/> @@ -386,14 +354,6 @@ type="java.lang.String" writeable="false"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="pathname" description="The pathname of the XML file containing our database information" type="java.lang.String"/> @@ -433,14 +393,6 @@ type="java.lang.String" writeable="false"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="resourceName" description="The global JNDI name of the UserDatabase resource to use" type="java.lang.String"/> @@ -480,14 +432,6 @@ type="java.lang.String" writeable="false"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="realms" description="The set of realms that the combined realm is wrapping" type="[Ljavax.management.ObjectName;" @@ -545,10 +489,6 @@ type="java.lang.String" writeable="false"/> - <attribute name="digest" - description="Digest algorithm used in storing passwords in a non-plaintext format" - type="java.lang.String"/> - <attribute name="failureCount" description="The number of times in a row a user has to fail authentication to be locked out. Defaults to 5." type="int" /> @@ -557,10 +497,6 @@ description="The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes)." type="int" /> - <attribute name="digestEncoding" - description="The digest encoding charset." - type="java.lang.String"/> - <attribute name="realms" description="The set of realms that the lockout realm is wrapping" type="[Ljavax.management.ObjectName;" Modified: tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml?rev=1720763&r1=1720762&r2=1720763&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Fri Dec 18 11:59:29 2015 @@ -114,11 +114,6 @@ type="int" writeable="false" /> - <attribute name="sessionIdLength" - description="The session id length (in bytes) of Sessions - created by this Manager" - type="int"/> - <attribute name="sessionMaxAliveTime" description="Longest time an expired session had been alive" type="int" /> @@ -302,11 +297,6 @@ type="int" writeable="false" /> - <attribute name="sessionIdLength" - description="The session id length (in bytes) of Sessions - created by this Manager" - type="int"/> - <attribute name="sessionMaxAliveTime" description="Longest time an expired session had been alive" type="int" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org