Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-26 Thread Snowball RC
On 2017-03-23 14:28 (+0200), "Snowball RC" wrote: > > > On 2017-03-23 14:23 (+0100), Christoph Nenning > wrote: > > > wrote: > > > > Hi, > > > > > > > > AFAIK that is defined in servlet spec. Only parameters with > > content-type " > > > > application/x-www-form-urlencoded" are made ava

Re: Passing a parameter from an interceptor to an action

2017-03-26 Thread Lukasz Lenart
2017-03-26 18:23 GMT+02:00 Heikki Hyyrö : > Hi, > > I would like to pass a parameter from an interceptor to an action, but am > not sure what is a proper way to do it if I also want to ensure that a > parameter with the same name cannot be injected into the action as a request > parameter. > > I ha

Passing a parameter from an interceptor to an action

2017-03-26 Thread Heikki Hyyrö
Hi, I would like to pass a parameter from an interceptor to an action, but am not sure what is a proper way to do it if I also want to ensure that a parameter with the same name cannot be injected into the action as a request parameter. I have set the interceptor to add the parameter into th