View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050121195928Lbuild.263
|
| 1.10.4.5 | modified | starksm | server/src/main/org/jboss/security/SecurityAssociation.java | The default thread local storage mode should be to use ThreadLocal rather than InheritableThreadLocal so limit the scope of any security context propagation. If you want InheritableThreadLocal, set the org.jboss.security.SecurityAssociation.ThreadLocal to true. |
| 1.1.4.2 | modified | starksm | testsuite/src/main/org/jboss/test/security/interceptors/ServerEncryptionInterceptor.java | Just use a simple cipher initialization assuming no iv is required. |
| 1.1.4.2 | modified | starksm | testsuite/src/main/org/jboss/test/security/interceptors/ClientEncryptionInterceptor.java | Just use a simple cipher initialization assuming no iv is required. |
| 1.4.2.5 | modified | starksm | security/src/main/org/jboss/security/Util.java | Correct the hasUnlimitedCrypto test to create a Blowfish key of 256 bits |