> From: Frederic Bastian [mailto:[EMAIL PROTECTED] 
> Subject: Re: URIEncoding
> 
> The point is that I need to use the 
> java.net.URLEncoder.encode() method, 
> e.g. java.net.URLEncoder.encode(myParam, "UTF-8").

O.k., so now it appears you need to know the encoding in order to do it
properly on the output side, whereas all the examples being tossed
around earlier in this thread were concerned with the request URI, not a
generated one.  That explains quite a bit.

> I would like to use URLEncoder.encode() method with the character 
> encoding UTF-8 (W3C recommendations). So, I MUST modify the Connector 
> URIEncoding parameter, but I don't want to, to improve portability.

It's available via the MBeans created for each <Connector>, so you could
get at it with JMX.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to