Greetings
I have created a servlet called DServlet and mapped a virtual path called
/ds/
so that any request /ds/whatever goes to DServlet.
How do I create an Access Control Entry into Netscape Enterprise Server
so that all requests to /ds/whatever are authenticated and then serviced.
If i create a authentication on the complete server the NES server doesn't
do the actual translation of /ds/ to the servlet. It gives a standard 404
Not Found.
Doing authentication using Servlets/sessions is an option, but there is
other parts
of the system which have documents etc which need authentication too and
HTTP
Authentication using NES (LDAP) works fine there.
in the doGet() method of the servlet I am trying to check if the person has
been authenticated using request.getRemoteUser() or
request.getHeader("Authorization")
and both return null.
Any help would be greatly appreciated.
Best Regards'
Hitesh
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html