I have a role of admin and a role of student.  

I want to setup the filter so that the admin can access all URLs (ncluding 
those URLs the student can access) and the student can only access some of the 
URLs.

For example:

[urls]
/students/** = authc, roles[student]
/admin/** = authc, roles[admin]

How to I enable access to /students/** for users with role of admin?  Do I have 
to give those users who role of admin another role of student?

Thanks for the assistance

Bruce
-- 
View this message in context: 
http://n2.nabble.com/Allowing-Multiple-Roles-To-Access-A-URL-tp2570736p2570736.html
Sent from the JSecurity User mailing list archive at Nabble.com.

Reply via email to