Re: 400 error when a request does not map to a context

2011-01-27 Thread Pid *
On 26 Jan 2011, at 23:23, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Konstantin, > > On 1/26/2011 10:55 AM, Konstantin Kolinko wrote: >> 2011/1/25 Christopher Schultz : >>> Should I expect that a request that doesn't map to a running context >>> should return

Re: 400 error when a request does not map to a context

2011-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 1/26/2011 10:55 AM, Konstantin Kolinko wrote: > 2011/1/25 Christopher Schultz : >> Should I expect that a request that doesn't map to a running context >> should return a 400 error? I would have expected a 404 Not Found. >> >> Tomcat 6.

Re: [OT] 400 error when a request does not map to a context

2011-01-26 Thread Konstantin Kolinko
2011/1/26 André Warnier : > By the way, having had my curiosity triggered by what Chris was reporting, I > scanned the Servlet Spec 3.0 for mentions of the "ROOT" (default) context, > and could not really find much of relevance. > Namely, it does not mention that one is required.  Is it ? > And it

Re: [OT] 400 error when a request does not map to a context

2011-01-26 Thread André Warnier
Konstantin Kolinko wrote: 2011/1/25 Christopher Schultz : Should I expect that a request that doesn't map to a running context should return a 400 error? I would have expected a 404 Not Found. Tomcat 6.0.29 and Tomcat 7.0.6 both behave this way. With no ROOT context deployed, make a request to

Re: 400 error when a request does not map to a context

2011-01-26 Thread Konstantin Kolinko
2011/1/25 Christopher Schultz : > Should I expect that a request that doesn't map to a running context > should return a 400 error? I would have expected a 404 Not Found. > > Tomcat 6.0.29 and Tomcat 7.0.6 both behave this way. > > With no ROOT context deployed, make a request to something that doe

RE: 400 error when a request does not map to a context

2011-01-26 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: 400 error when a request does not map to a context > There was a list discussion about this recently, which I thought > led to a BZ, but I can't see it now. You might be thinking of this one: http://issues.apache.org/bugzill

Re: 400 error when a request does not map to a context

2011-01-25 Thread Pid
On 1/25/11 5:37 PM, Michael Ludwig wrote: > Christopher Schultz schrieb am 25.01.2011 um 11:48 (-0500): >> >> Should I expect that a request that doesn't map to a running context >> should return a 400 error? I would have expected a 404 Not Found. > > Definitely 404, as long as it isn't a "bad req

Re: 400 error when a request does not map to a context

2011-01-25 Thread Michael Ludwig
Christopher Schultz schrieb am 25.01.2011 um 11:48 (-0500): > > Should I expect that a request that doesn't map to a running context > should return a 400 error? I would have expected a 404 Not Found. Definitely 404, as long as it isn't a "bad request". > Tomcat 6.0.29 and Tomcat 7.0.6 both beha

400 error when a request does not map to a context

2011-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Should I expect that a request that doesn't map to a running context should return a 400 error? I would have expected a 404 Not Found. Tomcat 6.0.29 and Tomcat 7.0.6 both behave this way. With no ROOT context deployed, make a request to somethi