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 13:32:13 PST

Hi,

I do not think that it is a good idea to include UTF-8 characters in a URI. As described in RFC 2396 (URI Generic Syntax) all non US-ASCII characters should be escaped using the %HEXHEX format. This can easily be done using the Servlet API ...

Kai
[Message sent by forum member 'hudalla' (hudalla)]

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