users@glassfish.java.net

Re: How do I change the URI encoding to UTF-8 in Glassfish

From: <glassfish_at_javadesktop.org>
Date: Thu, 13 Mar 2008 15:06:22 PST

Hi Kai,

This is precisely what's happening, the characters are being encoded in such a fashion. For example, the "Eugene" I mentioned before shows up in the URL as "Euge%CC%81ne". The problem lies in that the encoding of the original text used is UTF-8, but that encoding doesn't seem to carrying in the URL through the http interfacing of glassfish to the servlet behind. The characters seem to have been decoded through a different filter, so to speak (like ISO-8859-1).

Thanks,
Peter
[Message sent by forum member 'petercline' (petercline)]

http://forums.java.net/jive/thread.jspa?messageID=263916