-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
JBOSS 4.2.3 GA for JDK 1.6 (I don't know which security version is included), jdk 1.6, SunOS 5.11 snv_79a, x86_64 hardware.
I'm testing JACC delegation to unprotected web resources feature which was added to JBoss based on this feature request: https://jira.jboss.org/jira/browse/JBAS-2519 but it seems the feature is not working any more. I'm judging based on my debug messages added to the JaccAuthorizationRealm class. If I don't use the feature and if the test web resource is protected, then my JACC gets called well. If it is unprotected and although delegation is switched on, my JACC is not called nor any delegation related method in JaccAuthorizationReal class (getSecurityConstraintsFromProvider)