Rod McChesney wrote:
>
> You can't easily return a request as you describe it. A better way
> is to set up name mappings so that your servlet only gets requests
> it should handle; for instance, instead of mapping "/", map specific
> subdirectories and leave others like /cgi-bin to the server's normal
> mechanisms.

I know - that would be ideal and I would have a lot less problems, but
since I'm using servlets to secure the site, I need to grab everything
and check for authenticity before the server is allowed to respond.

Alfonso.

___________________________________________________________________________
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