Author: kfujino Date: Mon Jan 19 07:01:03 2015 New Revision: 1652926 URL: http://svn.apache.org/r1652926 Log: Fix mbean descriptor of ClusterSingleSignOn.
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml?rev=1652926&r1=1652925&r2=1652926&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml (original) +++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml Mon Jan 19 07:01:03 2015 @@ -21,7 +21,12 @@ description="A Valve that supports a 'single signon' user experience on a whole cluster" domain="Catalina" group="Valve" - type="org.apache.catalina.cluster.authenticator.ClusterSingleSignOn"> + type="org.apache.catalina.ha.authenticator.ClusterSingleSignOn"> + <attribute + name="asyncSupported" + description="Does this valve support async reporting?" + is="true" + type="boolean"/> <attribute name="className" description="Fully qualified class name of the managed object" @@ -35,5 +40,18 @@ name="cookieDomain" description="(Optiona) Domain to be used by sso cookies" type="java.lang.String"/> + <attribute + name="mapSendOptions" + description="mapSendOptions" + type="int" + writeable="false"/> + <attribute + name="rpcTimeout" + description="Timeout for RPC messages, how long we will wait for a reply" + type="long"/> + <attribute + name="terminateOnStartFailure" + description="Flag for whether to terminate this map that failed to start." + type="boolean"/> </mbean> </mbeans-descriptors> Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1652926&r1=1652925&r2=1652926&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Jan 19 07:01:03 2015 @@ -55,6 +55,13 @@ </add> </changelog> </subsection> + <subsection name="Cluster"> + <changelog> + <fix> + Fix mbean descriptor of <code>ClusterSingleSignOn</code>. (kfujino) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.0.17 (markt)" rtext="2015-01-16"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org