Re: JASPIC requirements for request and response wrapping

2016-02-11 Thread Mark Thomas
On 11/02/2016 12:34, Rémy Maucherat wrote: > 2016-02-11 12:59 GMT+01:00 Mark Thomas : > >> JASPIC requires that an authentication module can wrap the >> HttpServletRequest and/or HttpServletResponse passed to it and that the >> wrapped instances are passed to the application. This creates a proble

Re: JASPIC requirements for request and response wrapping

2016-02-11 Thread Rémy Maucherat
2016-02-11 12:59 GMT+01:00 Mark Thomas : > JASPIC requires that an authentication module can wrap the > HttpServletRequest and/or HttpServletResponse passed to it and that the > wrapped instances are passed to the application. This creates a problem > since the authenticators are implemented as Va