View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041104015358Lbuild.137
|
| 1.2.4.1 | modified | starksm | security/src/main/org/jboss/security/jacc/SubjectPolicyContextHandler.java | Correct the setting of the Subject from the run-as identity when there is no authenticated subject |
| 1.46.4.3 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
| 1.2.4.3 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
| 1.12.2.2 | modified | starksm | server/src/main/org/jboss/ejb/plugins/RunAsSecurityInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
| 1.19.2.2 | modified | starksm | server/src/main/org/jboss/security/SecurityAssociation.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
| 1.33.4.3 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContext.java | Fix the population of the Subject from the run as subject when there is no authenticated subject |
| 1.4.6.2 | modified | starksm | testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java | Use the jnp.localAddress to set the interface through which the discovery broadcast is made. |
| 1.33.4.2 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContext.java | Update parseNameForScheme to make a copy of the input name if its being modified due to a schema prefix. The modified name is stored in the Hashtable env under the key jnp.parsedName. This fixes a problem with external names being modified by the Context calls. |
| 1.6.6.1 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContextFactory.java | Update parseNameForScheme to make a copy of the input name if its being modified due to a schema prefix. The modified name is stored in the Hashtable env under the key jnp.parsedName. This fixes a problem with external names being modified by the Context calls. |