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
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