| NtlmHttpServletRequestWrapper should be used in combination with an Ntml authentication filter (jCIFS).
This filter wraps the original request, setting the principal and remoteUser retrieved by Ntml
authentication with the client. The wrapper Request sets the principal and remoteUser, regardless
of the principal already present in the original request. This HttpServletRequestWrapper returns the principal
from the original request when it's there, and otherwise returns the Ntml principal. When the
the Ntml principal is actually returned can be influenced by a comma-separated list of servlet urls:
only for these urls the Ntlm principal / remoteUser is ignored.
See Also: NtlmHttpServletRequestFilter author: Dennis Dam version: $Id$ |