Re: related to bad url encoding?...

2011-02-22 Thread alex
alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If you don't see a 400 response, exactly

Re: related to bad url encoding?...

2011-02-22 Thread Mark Thomas
On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If

Re: related to bad url encoding?...

2011-02-22 Thread alex
Mark Thomas wrote: On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the

Re: related to bad url encoding?...

2011-02-22 Thread André Warnier
alex wrote: Mark Thomas wrote: On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem?

Re: related to bad url encoding?...

2011-02-22 Thread alex
André Warnier wrote: alex wrote: Mark Thomas wrote: On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I

RE: related to bad url encoding?...

2011-02-22 Thread Caldarale, Charles R
From: alex [mailto:alex.alex.alex.9...@gmail.com] Subject: Re: related to bad url encoding?... shouldn't it be 404 error if tomcat can't map this call? Tomcat 7 has introduced revised handling for situations where there is no ROOT webapp; you might want to try that. Regardless, you still

Re: related to bad url encoding?...

2011-02-22 Thread Mark Thomas
On 22/02/2011 17:26, Caldarale, Charles R wrote: From: alex [mailto:alex.alex.alex.9...@gmail.com] Subject: Re: related to bad url encoding?... shouldn't it be 404 error if tomcat can't map this call? Tomcat 7 has introduced revised handling for situations where there is no ROOT webapp

Re: related to bad url encoding?...

2011-02-22 Thread alex
Mark Thomas wrote: On 22/02/2011 17:26, Caldarale, Charles R wrote: From: alex [mailto:alex.alex.alex.9...@gmail.com] Subject: Re: related to bad url encoding?... shouldn't it be 404 error if tomcat can't map this call? Tomcat 7 has introduced revised handling for situations where

Re: related to bad url encoding?...

2011-02-22 Thread Mark Thomas
On 22/02/2011 21:36, alex wrote: Mark Thomas wrote: On 22/02/2011 17:26, Caldarale, Charles R wrote: From: alex [mailto:alex.alex.alex.9...@gmail.com] Subject: Re: related to bad url encoding?... shouldn't it be 404 error if tomcat can't map this call? Tomcat 7 has introduced revised

Re: related to bad url encoding?...

2011-02-22 Thread André Warnier
alex wrote: ... so, what do I do if I need to show error in this scenario and I run standalone tomcat? ... It seems to me that by the 400 status code, the error is already shown, correctly. Tomcat is doing the minimum, but it is doing it according to the RFC. HTTP RFC 2616 says: 10.4

Re: related to bad url encoding?...

2011-02-21 Thread Mark Thomas
On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If you don't see a 400 response, exactly which Tomcat version are you

Re: related to bad url encoding?...

2011-02-21 Thread alex
Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If you don't see a 400 response, exactly which Tomcat

related to bad url encoding?...

2011-02-20 Thread alex
hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? thanks. - To unsubscribe, e-mail: