I have a URL that am I attempting to configure which like this:

/protected/** = ssl,authc,roles["net.dupage88.role.staff,net.dupage88.role.student"]

This currently requires membership of both net.dupage88.role.staff and net.dupage88.role.student.

What I want to do is allow access if the user is authc and has the role net.dupage88.role.staff OR net.dupage88.role.student, is this possible? The groups are mutually exclusive, so they will be member of just one of the two. If so, how do I setup it up in the ini?

So logically I want (ssl && authc && ( net.dupage88.role.staff || net.dupage88.role.student ) )

If it isn't possible do I need to create my own filter for this? I would like to avoid this because it is less flexible, but I that is what I need please let me know.

Thanks for the awesome framework and any help you can provide.

Thanks,
Chuck

Reply via email to