>
> 1. How to you send your error and how do you test it?
>
I'm testing the error with simple HTTP clients that send requests using
HTTP methods that the container and my app don't support by default (e.g.
COPY, PROPFIND). While debugging my app, it's clear that the HTTP method
and request are bei
2013/3/20 Shelley :
> I've configured an error-page in my web.xml to handle 501 error-codes, but
> the resource specified in the location entry is not being returned by the
> container as expected.
>
> Here is the content of my web deployment descriptor. Note that the 404
> error-page works as expe
Thank you for your reply,
The is configured in a web.xml inside my webapp. As for the
tomcat version it is Tomcat 7.0.21.
Before adding the inside my webapp i was seeing -
HTTP Status 501 - Method METHOD is not is not implemented by this
servlet for this URI type Status
reportmessage Method
> From: kkrikor [mailto:krikor.kruml...@gmail.com]
> Subject: 501 error not going to location
> I have set up an error page for the 501 error code.
Where did you configure the ? (Be precise.)
> Testing with Tomcat 7.
Tomcat 7.what.what? (Be precise.)
Since error pages are specific to indiv