|
| 1.5 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.java | Look to the SecurityAssociation context exception on authentication failure and throw that exception if not null. If there is no SecurityAssociation context exception, throw the current SecurityException("Authentication ..."). Fixes [JBAS-47] Support for jaas CredentialExpiredException and AccountExpiredException. |
| 1.49 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityInterceptor.java | Look to the SecurityAssociation context exception on authentication failure and throw that exception if not null. If there is no SecurityAssociation context exception, throw the current SecurityException("Authentication ..."). Fixes [JBAS-47] Support for jaas CredentialExpiredException and AccountExpiredException. |
| 1.7 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityActions.java | branches: 1.7.2;Add a priviledged action for accessing the SecurityAssociation.getContextInfo("org.jboss.security.exception") value. |
| 1.35 | modified | starksm | server/src/main/org/jboss/ejb/plugins/LogInterceptor.java | Handle both java.lang.SecurityException and java.security.GeneralSecurityException that are wrapped in java.rmi.AccessException for remote interface invocations, and javax.ejb.AccessLocalException for invocations through the local interface. |
| 1.6 | modified | starksm | testsuite/src/resources/exception/META-INF/ejb-jar.xml | Update to test remote and local security exception propagation |
| 1.6 | modified | starksm | testsuite/src/resources/exception/META-INF/jboss.xml | Update to test remote and local security exception propagation |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/exception/EntityExceptionUnitTestCase.java | Update to test remote and local security exception propagation |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTester.java | Update to test remote and local security exception propagation |
| 1.7 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTesterBean.java | Update to test remote and local security exception propagation |
| 1.8 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTesterLocal.java | Update to test remote and local security exception propagation |
| 1.8 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionUnitTestCase.java | Update to test remote and local security exception propagation |
| 1.27 | modified | starksm | testsuite/imports/test-jars.xml | Update the exception.jar to use the jboss EJBTestCase |