>When I open a web folder connection to the server, the authentication
window pop up.  After I enter the username and password, then click on ok.
At this point, how these information are validated on the server?  I mean
which java class/servlet handle these request?  Any hint would be
appreciated.  Thanks.

>Huy-

Validation is done by Servlet Container(ex :- Tomact) and the principal can
be accessed by HttpServletRequest class.

Rama

Reply via email to