Re: non US-ASCII query parameters

2006-01-30 Thread David Delbecq
ss_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 D

Re: non US-ASCII query parameters

2006-01-30 Thread David Delbecq
gt; 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-ASCI

RE: non US-ASCII query parameters

2006-01-30 Thread Tim Lucia
, 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

non US-ASCII query parameters

2006-01-30 Thread David Delbecq
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