Re: Rest + JSON

2014-02-26 Thread Rahul Tokase
Just a thought In struts2 json plugin we can have control using annotations. May be you can seek/find the same in rest plugin. On Wed, Feb 26, 2014 at 12:51 PM, Lukasz Lenart wrote: > 2014-02-25 19:08 GMT+01:00 Felipe Lorenz : > > Hi, > > > > I was not clear with my doubt. I dont´t want to use

Re: S2 custom authentication: remembering original request

2013-07-12 Thread Rahul Tokase
Hi Here is the way you can achieve this. You need to design login action to have the url 'redirectto' parameter which will holds the redirectaction. Upon login interception you will first check the login is done and then check for this parameter if there any value then simply forward to that action