You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/07/30 16:08:45 UTC

[Bug 53621] Response code incorrect for requests to contexts in stopped state.

https://issues.apache.org/bugzilla/show_bug.cgi?id=53621

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Reading RFC 2616 any one of several error codes may be appropriate (404, 410,
503). Tomcat has no way of knowing the circumstances and therefore no way of
determining which code is most appropriate. Given this, 404 is a reasonable
default.

My reading of the RFC is that the 400 series of codes is more appropriate than
the 500 series in this case.

If you would like to re-open this as an enhancement request to make the
returned code configurable in this case then please feel free to do so.
Enhancement requests with patches are more likely to be implemented than those
without.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org