Re: [Struts2] protecting resources via Actions

2008-12-11 Thread Lyallex
2008/12/11 Lyallex <[EMAIL PROTECTED]>: > Hi Experts > > I have an application that supports a number of roles including staff > and manager Er, apologies for this ... another google search has uncovered http://struts.apache.org/2.0.14/struts2-core/apidocs/org/apache/struts2/interceptor/RolesInter

[Struts2] protecting resources via Actions

2008-12-11 Thread Lyallex
Hi Experts I have an application that supports a number of roles including staff and manager I have a resource (/secure/staff/staff.jsp) that is protected by a security constraint in web.xml ... ... /secure/staff/*