Re: authentication and filters

2003-01-31 Thread arh14
I have narrowed down my problem: Wrapping the HttpServletRequest is not sufficient because CoyoteRequest and CoyoteRequestFacade mask the real user principal. A 'setUserPrincipal' call cannot be made on the HttpServletRequest in the Filter because the type is CoyoteRequestFacade, and not Coyo

authentication and filters

2003-01-31 Thread arh14
Hello all, I have written a filter to do custom authentication. This filter creates an HttpServletRequestWrapper subclass and overrides getRemoteUser() and getUserPrincipal(). getUserPrincipal() returns a valid principal object. However, when I use such a filter in 4.1.18 LE in a webapp w