Ok, found out. Tomcat needed a restart after changing the value of "URI 
Encoding" in connector.

Le Lundi 30 Janvier 2006 13:09, David Delbecq a écrit :
> Le Lundi 30 Janvier 2006 12:54, Tim Lucia a écrit :
> > Are you using the request dumper valve?  This will cause decoding problems,
> > as describe here: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html
> > 
> >     The Request Dumper Valve is a useful tool in debugging interactions with
> > a client application (or browser) that is sending HTTP requests to your
> > Tomcat-based server. When configured, it causes details about each request
> > processed by its associated Engine, Host, or Context to be logged to the
> > Logger that corresponds to that container.
> > 
> >     WARNING: Using this valve has side-effects. The output from this valve
> > includes any parameters included with the request. The parameters will be
> > decoded using the default platform encoding. Any subsequent calls to
> > request.setCharacterEncoding() within the web application will have no
> > effect.
> > 
> > 
> > 
> > Tim
> > 
> 
> No, am not.
> Also, i set the URI Encoding to utf-8 in connector but with no success. 
> Strangely, setting URI Encoding works on linux developper station but not on 
> production environment.
> Both are using the same .jsp. 
> 
> However we have 2 access_log valves running on production, which we don't 
> have in test environment.
> But as those two valves are not supposed to decode the parameter, it 
> shouldn't influence decoding process (they only check headers)
> 
> > -----Original Message-----
> > From: David Delbecq [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, January 30, 2006 6:19 AM
> > To: Tomcat Users List
> > Subject: non US-ASCII query parameters
> > 
> > 
> > Hello
> > i experienced a problem using tomcat-5.5.7
> > It does not understand non us-ascii query parameter.
> > It seems it does decode all %XX as an index in US-ASCII table. How can i
> > change it? I want tomcat to decode it as either ISO-8859-1 either 
> > UTF-8 (any of those are ok, but obviously us-assci is not because of 
> > accentuated characters in request).
> > 
> > Thanks for help.
> > 
> 

-- 
David Delbecq
Royal Meteorological Institute of Belgium

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to