----- Original Message ----- From: "Erik Onnen" <[EMAIL PROTECTED]> To: <users@tomcat.apache.org> Sent: Wednesday, September 17, 2008 8:51 PM Subject: URLEncoding of "\" Character
> Verified on 6.0.16 and 6.0.18, 2.6.24 Linux kernel, JVM 1.6.0_10-beta. When > I attempt to encode a "\" character into a url resulting in a %5C in the URL > on the wire, I'm seeing a 400 from the server and none of my code is hit. > I've tried URLEncoding="UTF-8" on the connector with no luck. Same URL > serves fine on Jetty6. Other encoded, non-URL safe chars seem to work fine. > > A sample of the URL on the wire looks like: > > GET /people/s%5Clash > > I'm hoping someone can tell me I've encoded the URL wrong and that Tomcat is > doing the correct thing. Anybody seen similar issues? >