How to prevent Apache decoding characters with mod_jk

2010-10-26 Thread John Lister
Hi, I'm using mod_jk to interface to apache to tomcat and I've come across a small problem, it looks like apache (or maybe mod_jk) is decoding the url presented to apache before passing it onto tomcat. This is causing problems with my app (using Jersey) which complains that the decoded urls

Re: How to prevent Apache decoding characters with mod_jk

2010-10-26 Thread John Lister
Apologies, I came across this problem late last night and was probably too asleep to spot the solution, a quick recheck this morning after posting revealed forwardURICompat and forwardURIEscaped, the former was turned on. Problem solved, Thanks John On 26/10/2010 08:23, John Lister wrote: