|
| 1.24 | modified | juhalindfors | aop/build.xml | expose tests target to ant projecthelp |
| 1.13 | modified | juhalindfors | aop/src/main/org/jboss/aop/standalone/SystemClassLoader.java | Fixes for error handling in standalone system classloader: * Do not masquerade all exceptions (including errors) as CNFE * Report CNFE on the correct classname (was reporting CNFE on the containing class) * Expose class weaving problems as errors rather than hiding them with non-descriptive CNFEs (this is still a problem due to AspectManager declaring much too generic exception types). |
| 1.11 | modified | starksm | server/src/main/org/jboss/web/AbstractWebDeployer.java | Complete the jacc permission creation and integration with the policy configuration |
| 1.55 | modified | starksm | server/src/main/org/jboss/ejb/EjbModule.java | Complete the jacc permission creation and integration with the policy configuration |
| 1.27 | modified | starksm | server/src/main/org/jboss/metadata/WebMetaData.java | Complete the jacc permission creation and integration with the policy configuration |
| 1.1 | added | starksm | server/src/main/org/jboss/metadata/WebSecurityMetaData.java | Complete the jacc permission creation and integration with the policy configuration |
| 1.33 | modified | starksm | server/src/main/org/jboss/deployment/EARDeployer.java | Complete the jacc permission creation and integration with the policy configuration |
| 1.6 | modified | starksm | j2ee/src/main/javax/security/jacc/EJBMethodPermission.java | Update the implies behavior to match that of the spec. |
| 1.1 | added | starksm | j2ee/src/main/javax/security/jacc/URLPattern.java | Update the implies behavior to match that of the spec. |
| 1.1 | added | starksm | j2ee/src/main/javax/security/jacc/URLPatternSpec.java | Update the implies behavior to match that of the spec. |
| 1.3 | modified | starksm | j2ee/src/main/javax/security/jacc/WebResourcePermission.java | Update the implies behavior to match that of the spec. |
| 1.3 | modified | starksm | j2ee/src/main/javax/security/jacc/WebRoleRefPermission.java | Update the implies behavior to match that of the spec. |
| 1.3 | modified | starksm | j2ee/src/main/javax/security/jacc/WebUserDataPermission.java | Update the implies behavior to match that of the spec. |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/security/test/EJBPermissionUnitTestCase.java | Add basic tests of the javax.security.jacc permissions |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.java | Add basic tests of the javax.security.jacc permissions |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/security/test/WebUserDataPermissionUnitTestCase.java | Add basic tests of the javax.security.jacc permissions |