Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-16 Thread Aleksandar Matijaca
M- > - Original Message - > From: "david delbecq" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, January 10, 2008 4:59 PM > Subject: Re: Tomcat 6 UTF-8 GET and POST - please Help.. > > > > Aleksandar Matijaca a écrit : > &

Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-16 Thread Martin Gainty
and Big5 code pages became more heavily used.. Interesting analysis.. M- - Original Message - From: "david delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 10, 2008 4:59 PM Subject: Re: Tomcat 6 UTF-8 GET and POST - please Help.. >

Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread david delbecq
Aleksandar Matijaca a écrit : I will try the filter, and let you know -- I don't think that Struts is too worried about the encoding, while debugging, I saw that things go wrong much earlier, "above" struts, in the regular servlet layer on which Struts Action sits... Well, you saw it using "ge

RE: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread Jim Brikman (ybrikman)
t could be simplified. Jim -Original Message- From: Aleksandar Matijaca [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 3:25 PM To: Tomcat Users List Subject: Re: Tomcat 6 UTF-8 GET and POST - please Help.. The Filter worked -- now it works well with the POST as well as the

Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread Aleksandar Matijaca
The Filter worked -- now it works well with the POST as well as the GET. David thank you so much... Here is the filter.. nice and simple.. Maybe somebody else may need this code one day... But you know, from a Philosophical Perspective, I should not have to create extra code, to get around these

Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread Aleksandar Matijaca
I will try the filter, and let you know -- I don't think that Struts is too worried about the encoding, while debugging, I saw that things go wrong much earlier, "above" struts, in the regular servlet layer on which Struts Action sits... Thanks for the suggestion.. You know, it is really disappoi

Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread David Delbecq
As you might infer, URIEncoding="UTF-8" only work on the Uri part, and thus affect only GET. The post is decoded using the browser provided "content-encoding". Most borwser don't bother to set that header. Behaviour of tomcat is to then use some default (ISO-8859-1). Best way to ensure tomcat w

FOLLOW-UP: Re: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread Aleksandar Matijaca
I have tested the stuff below on JETTY, and both GET and POST work fine. Thanks again, a.m. On Jan 10, 2008 2:06 PM, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > Hi there, > > I am having some issue with submitting foreign language fonts in HTML form > to Tomcat. > If I set up the FORM with