Re: HTTP/1.x 400 Invalid URI: noSlash

2008-01-21 Thread Adrian . Blakey
This works - thank you. Adrian Blakey Rainer Jung <[EMAIL PROTECTED]> 01/21/2008 12:38 PM Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: HTTP/1.x 400 Invalid URI: noSlash Hi Adrian, [EMAIL PROTECTED] schrieb: > Should it be normal

Re: HTTP/1.x 400 Invalid URI: noSlash

2008-01-21 Thread Rainer Jung
Hi Adrian, [EMAIL PROTECTED] schrieb: Should it be normal behavior to return the response: HTTP/1.x 400 Invalid URI: noSlash To the request: GET/bar/foo%3A%2F%2Fxx.org%2Fencs%3Fenc%3D100%23101 Note: Unencoded it is: GET /bar/foo://xx.org/encs?enc=101#101 Tomcat 6.0.14 jdk 1.5 Is this a

HTTP/1.x 400 Invalid URI: noSlash

2008-01-21 Thread Adrian . Blakey
Should it be normal behavior to return the response: HTTP/1.x 400 Invalid URI: noSlash To the request: GET/bar/foo%3A%2F%2Fxx.org%2Fencs%3Fenc%3D100%23101 Note: Unencoded it is: GET /bar/foo://xx.org/encs?enc=101#101 Tomcat 6.0.14 jdk 1.5 Is this a defect? Could someone explain how this URI