|
| 1.2 | modified | asaldhana | testsuite/src/main/org/jboss/test/security/managers/JASPISecurityManagerUnitTestCase.java | Create the Configuration before construction |
| 1.2 | modified | asaldhana | security/src/main/org/jboss/security/plugins/JASPISecurityManager.java | 1. Implement the validateRequest method.2. Fix the auth cache entry (which should have been ServerAuthContext and was incorrectly modeled as ServerAuthModule).3. Take care of sharedState and configuring the ServerAuthModules on ctr. |
| 1.2 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/config/AuthModuleEntry.java | Check for null options. |
| 1.3 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/modules/DelegatingServerAuthModule.java | Move some of the functionality to the base class -AbstractServerAuthModule |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/auth/container/modules/AbstractServerAuthModule.java | Abstract class that pulls up common functionality needed for the ServerAuthModules. |
| 1.11 | modified | bstansberry | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Catch NoSuchObjectException thrown during removal. |
| 1.14 | modified | bstansberry | testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java | Test whether HttpSession.getAttributeNames() returns correct values. |
| 1.2 | modified | bstansberry | testsuite/src/resources/cluster/http/http-field/attributeNames.jsp | Test whether HttpSession.getAttributeNames() returns correct values. |
| 1.2 | modified | bstansberry | testsuite/src/resources/cluster/http/http-scoped/attributeNames.jsp | Test whether HttpSession.getAttributeNames() returns correct values. |