Posted By:
Amir_Pashazadeh
Posted On:
Thursday, November 23, 2006 08:19 AM
you can implement a javax.servlet.Filter which wraps your HttpServletRequest in a wrapper, and reimplement isUserInRole() and getUserPrinciple() the way you need.
then just use a comma separated list of roles in struts-config files