Don't know about NSAPI/ISAPI extensions, but with Apache you can use
mod_rewrite to redirect desired requests to a login servlet and, once
you logged in, these same requests get served by Apache itself. I've
been succesfully using this approach, and it does not require the
browser to support cookies, though I use it if supported.

Carlos Amengual


Vince Bonfanti wrote:
>
> We think that rather than implementing a FileServlet, a better solution
> to this problem (and similar problems) is to introduce the concept of
> HTTP Request Filters to the Servlet API, similar to the concepts
> supported by NSAPI and ISAPI.
>
> In brief, a Request Filter will be able to examine *every* incoming
> request to the web server (not just servlet requests), and take a number
> of actions:

___________________________________________________________________________
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

Reply via email to