I have an existing Servlet that requires an authenticated user
(HttpServletRequest.getRemoteUser()).  However, the Servlet can now be
invoked from another application on a Domino server which the user has
already signed on to.    The Domino server will redirect the request to my
Servlet and pass the user ID in a file.  To avoid changing my original
Servlet I want to try Servlet Chaining.  However, how do I set the userID in
the redirected request stream?  Is that possible?

Thanks!
Jim Henderson




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to