View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060422103502
|
| 1.9 | modified | asaldhana | server/src/main/org/jboss/web/WebPermissionMapping.java | JBAS-3054:Use of isCallerInRole from jsp does not work for JACCMake the fix according to Jacc specification - appendix B.19The servletname to check in the WebRoleRefPermission should be a blank string, whereas during perm population, there needs to be a population of WebRoleRefPermissions that are blank string for each role. |
| 1.9 | modified | asaldhana | tomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java | JBAS-3054:Use of isCallerInRole from jsp does not work for JACCMake the fix according to Jacc specification - appendix B.19The servletname to check in the WebRoleRefPermission should be a blank string, whereas during perm population, there needs to be a population of WebRoleRefPermissions that are blank string for each role. |