View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040512021144
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.1 | added | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml | Add an mbeans-descriptor file for the clustered SingleSignOn valve so we can expose the ssoClusterManager property as an MBean attribute. |
| 1.2 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/SingleSignOn.java | Expose the SSOClusterManager we use as a property so external code can access it.Preliminary to allowing a TreeCache to be shared between SSO and HttpSession replication. |
| 1.2 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java | 1) Expose the TreeCache we use as a property so external code can set it.Preliminary to allowing a TreeCache to be shared between SSO and HttpSession replication.2) Move initialization of CredentialUpdater and LogoutHandler to start(), where they belong. |