Hello!

I am having a problem with the double-encoding of Japanese characters that are in the query string. For example:

  http://www.example.com/path/q=日本語

If I write the raw value directly in the URL string in my browser, there are no problems. If I write the URL encoded value directly in my browser, there are no problems.

If I use the form, then the value gets double encoded.

If I access the machine directly, there is no problem, even from within the form.

If I access the machine externally via my proxy, then the double encoding occurs. So, I am not able to reproduce the problem since it is only on my production machine.


I have been using a remote debugger to step through the code to try to figure this out, but have so far been unsuccessful.

I noticed this issue:

    https://issues.apache.org/jira/browse/WICKET-1627

But I am using v 1.3.5, so this should not be a problem.



Thank you!
=David



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to