Bug 55746

Summary: Add documentation for AllRolesMode for CombinedRealm
Product: Tomcat 6 Reporter: Cédric Couralet <cedric.couralet>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: unspecified   
Target Milestone: default   
Hardware: All   
OS: All   
Attachments: Patch for Tomcat6

Description Cédric Couralet 2013-11-06 06:59:41 UTC
Created attachment 31012 [details]
Patch for Tomcat6

The attribute "allRolesMode" is not listed in the attributes for the CombinedRealm or LockOutRealm. I have been bitten by it as I thought it was then sufficient to put it in each of the nested Realms. 
It appears that the check for HasResourcePermission is done on the context.getRealm() which is not passed in the nested Realms in the case of CombinedRealm.

I think just adding it to the documentation should be sufficient.

I only have a working copy of Tomcat 6 handy, so the patch is done to that version.
Comment 1 Mark Thomas 2013-11-09 19:36:18 UTC
Thanks for the patch. It has been applied to trunk, 7.0.x and 6.0.x and will be included in 8.0.0-RC6, 7.0.48 and 6.0.38 onwards.