Re: Forwarding or redirecting from a BaseAction

2006-05-16 Thread David Durham
Philihp Busby wrote: One approach would be to extend the Struts ActionServlet controller. I suggested this technique for auditing last week . You'd probably want to override processRoles instead, which happens right after Struts res

Re: Forwarding or redirecting from a BaseAction

2006-05-16 Thread Philihp Busby
One approach would be to extend the Struts ActionServlet controller. I suggested this technique for auditing last week . You'd probably want to override processRoles instead, which happens right after Struts resolves the URL path to

Forwarding or redirecting from a BaseAction

2006-05-16 Thread Jose Moreira
Hello, every action in my webapp extends a BaseAction and call super.execute(...). I'm taking advantage of this pattern to implement a security scheme where the Action classes class signature (com.example.XYZAction) are mapped to security levels. Example: user X as access to com.example.XYZAction