Re: mod_jk URL double decoding problem

2008-05-04 Thread Rainer Jung
Avi Avi schrieb: Rainer, Thanks a lot for the response. I see similar results as yours in mod_jk.log. So it seems mod_jk is doing the right thing and passing %25 unescaped. The error is on the application side while reading the query param. Here is the snippet: 2008-05-04 10:00:47,684 ERROR [

Re: mod_jk URL double decoding problem

2008-05-04 Thread Avi Avi
Rainer, Thanks a lot for the response. I see similar results as yours in mod_jk.log. So it seems mod_jk is doing the right thing and passing %25 unescaped. The error is on the application side while reading the query param. Here is the snippet: 2008-05-04 10:00:47,684 ERROR [orb.servlet.api] tr

Re: mod_jk URL double decoding problem

2008-05-04 Thread Rainer Jung
Hi Avi, Avi Avi schrieb: My question is regarding mod_jk/tomcat integration. I am using Apache 2.0.54 and mod_jk 1.2.26. When I request the following url to my application, I get an HTTP 500 response (internal server error). http://www.foo.com/bar?a=param_with_%25 But if I send the request to