Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-05 Thread michel
- Original Message - From: "André Warnier" To: "Tomcat Users List" Sent: Tuesday, August 03, 2010 5:30 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 fixed michel wrote: - Original Message - From: "michel" To: "Tomcat Users List"

Re: UTF-8 encoding in Tomcat 6.0

2010-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik, On 7/30/2010 1:55 PM, Erik Bunn wrote: > 7.x Connector has the exact same options. I'll restate, though, that > setting the Connector URIEncoding in TC7.x won't currently help when > decoding GET parameters in a no-content-type case - without t

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-03 Thread André Warnier
michel wrote: - Original Message - From: "michel" To: "Tomcat Users List" Sent: Tuesday, August 03, 2010 1:08 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 - Original Message - From: "michel" To: "Tomcat Users List" Sent: Tuesday,

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-03 Thread michel
- Original Message - From: "michel" To: "Tomcat Users List" Sent: Tuesday, August 03, 2010 1:08 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 - Original Message - From: "michel" To: "Tomcat Users List" Sent: Tuesday, August 03,

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
- Original Message - From: "michel" To: "Tomcat Users List" Sent: Tuesday, August 03, 2010 9:35 AM Subject: Re: UTF-8 encoding in Tomcat 6.0 I am having a simmilar problem with Tomcat Version 6.0.26. I have a JSP with some french characters that run quite well

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Mark Thomas
and regards > Arun > > --- On Tue, 8/3/10, Mark Thomas wrote: > >> From: Mark Thomas >> Subject: Re: UTF-8 encoding in Tomcat 6.0 >> To: "Tomcat Users List" >> Date: Tuesday, August 3, 2010, 7:25 AM >> On 03/08/2010 12:18, arun kumar >> wrote

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
?mydata=%d8 again ? is displayed Thanks and regards Arun --- On Tue, 8/3/10, Mark Thomas wrote: > From: Mark Thomas > Subject: Re: UTF-8 encoding in Tomcat 6.0 > To: "Tomcat Users List" > Date: Tuesday, August 3, 2010, 7:25 AM > On 03/08/2010 12:18, arun kumar >

RE: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Martin Gainty
or disrupt this transmission. Date: Tue, 3 Aug 2010 04:18:36 -0700 From: arunbha...@yahoo.com Subject: Re: UTF-8 encoding in Tomcat 6.0 To: users@tomcat.apache.org Hello Mark I have tomcat version: apache-tomcat-6.0.29 that i downloaded from: http://tomcat.apache.org/ As per my

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
iginal Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Tuesday, August 03, 2010 7:25 AM Subject: Re: UTF-8 encoding in Tomcat 6.0 On 03/08/2010 12:18, arun kumar wrote: Am i sending some parameter wrongly? Probably. Go back and read what I

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Mark Thomas
On 03/08/2010 12:18, arun kumar wrote: > Am i sending some parameter wrongly? Probably. Go back and read what I wrote about the test JSP on the wiki and see if that works. Mark - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
T but not for GET. Am i sending some parameter wrongly? Thanks and Regards Arun --- On Sun, 8/1/10, Mark Thomas wrote: > From: Mark Thomas > Subject: Re: UTF-8 encoding in Tomcat 6.0 > To: "Tomcat Users List" > Date: Sunday, August 1, 2010, 5:05 AM > On 31/07/2010 17:34,

Re: UTF-8 encoding in Tomcat 6.0

2010-08-01 Thread Mark Thomas
> I wrote a standalone web application that showed the >> same behavior. >>> I haven't tried with a standalone tomcat. >>> >>> I know that we need to take care of the encodings at >> various points but how can i rule out a problem with >> my

Re: UTF-8 encoding in Tomcat 6.0

2010-07-31 Thread arun kumar
many forums. I believe this is the same behavior that Erik reports. Sorry Mark - i did not get what you said. Could you please elaborate? Regards Arun --- On Sat, 7/31/10, Mark Thomas wrote: > From: Mark Thomas > Subject: Re: UTF-8 encoding in Tomcat 6.0 > To: "Tomcat Users

Re: UTF-8 encoding in Tomcat 6.0

2010-07-31 Thread Mark Thomas
problem with my web container configuration settings? Or > can it be a problem coming from the web container itself? > > Thanks and regards > Arun > > > --- On Fri, 7/30/10, Erik Bunn wrote: > >> From: Erik Bunn >> Subject: Re: UTF-8 encoding in Tomcat 6.0 &g

Re: UTF-8 encoding in Tomcat 6.0

2010-07-31 Thread arun kumar
g from the web container itself? Thanks and regards Arun --- On Fri, 7/30/10, Erik Bunn wrote: > From: Erik Bunn > Subject: Re: UTF-8 encoding in Tomcat 6.0 > To: "Tomcat Users List" > Date: Friday, July 30, 2010, 1:55 PM > On 7/30/10 6:33 PM, Christopher > Schultz

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Erik Bunn
On 7/30/10 6:33 PM, Christopher Schultz wrote: > If all you want to do is set the character encoding, you can easily call > setCharacterEncoding and be done with it: subclassing and overriding > should not be necessary at all, otherwise nobody would have written one > of these: No, I have other

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik, On 7/30/2010 12:19 PM, Erik Bunn wrote: > Christopher Schultz, Wed, 21 Apr 2010 08:43:57 -0700 wrote: >> The filter cannot influence the way that GET parameters are decoded. The >> only way to change that is to set URIEncoding="UTF-8" on your >>

Re: UTF-8 encoding in Tomcat 6.0

2010-07-30 Thread Erik Bunn
Hi - This may be irrelevant to the original asker by now, and I'm working with Tomcat 7, but in case it's of use: Christopher Schultz, Wed, 21 Apr 2010 08:43:57 -0700 wrote: The filter cannot influence the way that GET parameters are decoded. The only way to change that is to set URIEncoding="

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 4/21/2010 3:20 PM, André Warnier wrote: > Mircea LUTIC wrote: >> Hello Chris, >> > I will save Chris one answer : >> >> 1. If the filter does not influence the decoding of the GET >> parameters why is it called on GET requests? > > Be

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mircea, On 4/21/2010 2:46 PM, Mircea LUTIC wrote: > 1. If the filter does not influence the decoding of the GET parameters > why is it called on GET requests? Because you have mostly likely configured it to be invoked when a GET request is p

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Christopher Schultz
t/emacscript from a structured object returned by > showModalDialog then alert(scriptBuiltUrl); > window.location=scriptBuiltUrl; > ). Thank you for your help. > Mircea > > > > > > > From: Christopher Schultz > To: Tomcat Users List

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread André Warnier
Mircea LUTIC wrote: Hello Chris, I will save Chris one answer : 1. If the filter does not influence the decoding of the GET parameters why is it called on GET requests? Because the filter may want to, for example, modify or add request headers to the request (or response headers). Or it

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Mircea LUTIC
URL in javascript/emacscript from a structured object returned by showModalDialog then alert(scriptBuiltUrl); window.location=scriptBuiltUrl; ). Thank you for your help. Mircea From: Christopher Schultz To: Tomcat Users List Sent: Wed, 21 April, 2010 18

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mircea, On 4/21/2010 6:56 AM, Mircea LUTIC wrote: > The filter does get called on my GET request. Of course. > In my understanding, a filter is the reccomended method of handling > UTF-8 for both GET & POST (as well as other methods like HEAD, PUT >

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Mircea LUTIC
the web.xml file seems to be the way to do it. Thank you, Mircea. From: Ake Tangkannaond To: Tomcat Users List Sent: Wed, 21 April, 2010 14:13:18 Subject: RE: UTF-8 encoding in Tomcat 6.0 Where do you see the recommendation of using filter to handle utf8 char

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Mircea LUTIC
Here: http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q8 From: Ake Tangkannaond To: Tomcat Users List Sent: Wed, 21 April, 2010 14:13:18 Subject: RE: UTF-8 encoding in Tomcat 6.0 Where do you see the recommendation of using filter to handle utf8 char

RE: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Ake Tangkannaond
Where do you see the recommendation of using filter to handle utf8 char encoding in GET ? -Ake -Original Message- From: Mircea LUTIC [mailto:mircea_lu...@yahoo.com] Sent: Wednesday, April 21, 2010 5:57 PM To: Tomcat Users List Subject: Re: UTF-8 encoding in Tomcat 6.0 The filter does

Re: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Mircea LUTIC
From: Ake Tangkannaond To: Tomcat Users List Sent: Wed, 21 April, 2010 12:42:36 Subject: RE: UTF-8 encoding in Tomcat 6.0 Hi Mircea, That filter you wrote is for POST and it has nothing to do with GET request. Have you check the documentation on the conf/ser

RE: UTF-8 encoding in Tomcat 6.0

2010-04-21 Thread Ake Tangkannaond
Hi Mircea, That filter you wrote is for POST and it has nothing to do with GET request. Have you check the documentation on the conf/server.xml on the following line? -Ake From: Mircea LUTIC [mailto:mircea_lu...@yahoo.com] Sent: Wednesday, April 21, 2010 3:40 PM To: users@