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 you don't see a 400 response, exactly which Tomcat version are you >>> using? >>> >>> Mark >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >>> For additional commands, e-mail: users-h...@tomcat.apache.org >>> >> >> I used 6.0.24 . >> http://localhost:8080/examples/servlets/%D0 returns 404 >> http://localhost:8080/examples/servlets/%zD0 returns blank page >> >> > Can anyone tell me if it's a bug or a problem on my side? > thanks.
Again, look at the response *headers*. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org