Re: Authentication / RolesInterceptor

2007-02-10 Thread Ian Roughley
Piero Sartini wrote: Am Donnerstag, 8. Februar 2007 schrieb Ian Roughley: You probably don't need to send it to an action, you just need to render the HTML form for authentication. So, login.jsp would suffice. As far as s2 is concerned, authentication is completely external. The role inte

Re: Authentication / RolesInterceptor

2007-02-09 Thread Piero Sartini
Am Donnerstag, 8. Februar 2007 schrieb Ian Roughley: > You probably don't need to send it to an action, you just need to render > the HTML form for authentication. So, login.jsp would suffice. As far > as s2 is concerned, authentication is completely external. The role > interceptor just uses th

Re: Authentication / RolesInterceptor

2007-02-08 Thread Ian Roughley
You probably don't need to send it to an action, you just need to render the HTML form for authentication. So, login.jsp would suffice. As far as s2 is concerned, authentication is completely external. The role interceptor just uses the HttpServletRequest to obtain the roles that the current

Authentication / RolesInterceptor

2007-02-08 Thread Piero Sartini
Hello List, i try figuring out how security will work with struts2. I have an EJB3 application - the frontend will be written using s2. I added the RolesInterceptor to an action: - code portalUser - code Accessing this action does give