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