|
| 1.5.2.8 | modified | starksm | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionInterceptor.java | JBAS-545, provide access to the underlying EntityPersistenceManager. |
| 1.6.2.7 | modified | starksm | server/src/etc/conf/default/login-config.xml | JBAS-2820, restore-login-identity=true to the client-login configuration so any existing security context will be restored on logout |
| 1.3.4.7 | modified | starksm | security/src/main/org/jboss/security/ClientLoginModule.java | JBAS-2820, If restore-login-identity=true push on commit, pop on logout/abort the SecurityAssociation context rather than using the old setters/clear as these don't interact with the SecurityAssociation stack correctly when in the server. |
| 1.1.2.3 | modified | starksm | security/src/main/org/jboss/security/SecurityAssociationActions.java | JBAS-2820, If restore-login-identity=true push on commit, pop on logout/abort the SecurityAssociation context rather than using the old setters/clear as these don't interact with the SecurityAssociation stack correctly when in the server. |