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 :
> &
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..
>
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
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
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
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
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
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