Re: Contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration

2008-03-26 Thread Howard Lewis Ship
nded by contributing a > HttpServletRequestFilter into the HttpServletRequestHandler service's > configuration. > > I guess that one has to provide an ordered list of > HttpServletRequestFilter somehow, but I didn't find a point of entry. > > How can it be done exactly ? > >

Contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration

2008-03-26 Thread THIEBAUD Patrice
The Request Processing documentation says that the HttpServletRequestHandler pipeline can be extended by contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration. I guess that one has to provide an ordered list of HttpServletRequestFilter somehow,