Hi,
assume I want a basic user authentication for my servlet application
and I already have the allowed users with their privileges in the
underlying database. Now, instead of synchonizing the web server's
access control list with these user lists, couldn't I just let my
servlet do the authentication? I'm thinking about the basic HTTP
method, with "401" response and challenge ..., via
HttpServletResponse.setHeader().
Will my web server interfere with this? Has anyone tried this?
Thanks,
--
Oliver Springauf
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html