Re: Acegi with Struts 2.

2009-03-03 Thread Mohan Radhakrishnan
That was an example. Actually the filter order was rearranged a bit. Mohan -- View this message in context: http://www.nabble.com/Acegi-with-Struts-2.-tp22259802p22323437.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Acegi with Struts 2.

2009-03-03 Thread Lukasz Lenart
2009/3/3 Mohan Radhakrishnan : >     >        struts2 >        /HelloWorld.jsp >     Wrong, has to be struts2 /* Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.o

Re: Acegi with Struts 2.

2009-03-03 Thread Mohan Radhakrishnan
I had each filter immediately followed by the mapping but then I changed it to the following. springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

Re: Acegi with Struts 2.

2009-03-02 Thread Norris Shelton
Please post what you have if it is different than the example. More examples are better than less. From: Mohan Radhakrishnan To: user@struts.apache.org Sent: Sunday, March 1, 2009 10:42:46 PM Subject: Re: Acegi with Struts 2. Hi, I was able to fix

Re: Acegi with Struts 2.

2009-03-01 Thread Mohan Radhakrishnan
Hi, I was able to fix the Spring Security/Struts 2 filter issue by reordering the filter mappings. Now it works. Thanks, Mohan -- View this message in context: http://www.nabble.com/Acegi-with-Struts-2.-tp22259802p22281615.html Sent from the Struts - User mailing list archive at Nabble.

Re: Acegi with Struts 2.

2009-02-28 Thread Mohan Radhakrishnan
I have two questions. 1. More specifically I am trying to understand the interaction between a particular namespace that groups a set of actions and Spring security. If I choose to group secure actions with a particular Struts 2 namespace then the same set of actions can also be guarded by Spring

Re: Acegi with Struts 2.

2009-02-28 Thread Wes Wannemacher
On Saturday 28 February 2009 03:21:02 Mohan Radhakrishnan wrote: > Hi, > > Why is velocity shown as the example here ? > http://wiki.opensymphony.com/display/WW/Acegi+Security > > Anyone has experience with using Acegi with Struts 2 on the internet > ? > > Thanks, > Mohan I've us