Re: (tomcat 6) percent encoding problem

2010-01-22 Thread Konstantin Kolinko
2010/1/22 François Duvalier : > Hi, > > When I execute this command: > > curl -XGET -i http://localhost:8080/app/rs/system/EN/foo%2Fbar > > I receive a 400 BAD REQUEST. > > However if I deploy the app to Jetty, the command will work fine. > > Question: Is there a way to configure tomcat to behave l

(tomcat 6) percent encoding problem

2010-01-22 Thread François Duvalier
Hi, When I execute this command: curl -XGET -i http://localhost:8080/app/rs/system/EN/foo%2Fbar I receive a 400 BAD REQUEST. However if I deploy the app to Jetty, the command will work fine. Question: Is there a way to configure tomcat to behave like jetty with regards to percent-encodings in