> From: Ken Johanson [mailto:[EMAIL PROTECTED] 
> Subject: Re: Unable to override doPut(), etc, from Tomcat's 
> JSPServlet (response 403)
> 
> Perhaps tomcat 5 outright prohibits PUT and other methods from even 
> getting to _jspService (or JspServlet in general)??

There's a comment in the web.xml settings for the default servlet:

<!-- readonly  Is this context "read only", so HTTP -->
<!--           commands like PUT and DELETE are     -->
<!--           rejected?  [true]                    -->

Is there any possibility that you're actually getting into the default
servlet rather than your own?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to