View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041119183954Lbuild.470
|
| 1.10 | modified | starksm | connector/src/main/org/jboss/resource/security/CallerIdentityLoginModule.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.3 | modified | starksm | connector/src/main/org/jboss/resource/security/GetPrincipalInfoAction.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.29 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Add a testStressNoJaasCache test that runs multiple threads against a secured ejb using the same login with caching disabled. |
| 1.42 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManager.java | Change the implementation of the authorization phase to use the roles associated with the thread local copy of the authenticated Subject rather than using the domain cache values. This is needed as there is a race condition between authenticating and then using the cached roles and the next thread flushing the cache value. This shows up particularly when the auth cache is disabled and each new authentication flushes the cache. Fixes [ 1064635 ] principalRoles=null but princpal and roles are okay. |
| 1.4 | modified | starksm | security/src/main/org/jboss/security/plugins/SubjectActions.java | Make it clear what the copy from/to arguments were in the copySubject action. |
| 1.6 | modified | starksm | common/src/main/org/jboss/util/TimedCachePolicy.java | Add the ability to set the interval of resolution timer |
| 1.30 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |
| 1.15 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerServiceMBean.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |