version:
> test+%E1%E9%ED%F3
>
>
> -Original Message-
> From: Angel Aray [mailto:[EMAIL PROTECTED]]
> Sent: Lunes, 18 de Junio de 2001 01:47 p.m.
> To: [EMAIL PROTECTED]
> Subject: RE: Decoding problems.
>
>
> Here is a simple example:
>
> first a form:
p.m.
To: [EMAIL PROTECTED]
Subject: RE: Decoding problems.
Here is a simple example:
first a form:
MSG:
second a echo.jsp to process de data.
<%
String msg= request.getParameter("msg");
%>
MSG: <%= msg %>
test with:
test aeiou
this will only echo
the problem goes away.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Lunes, 18 de Junio de 2001 12:36 p.m.
To: 'Tomcat-Dev
Subject: Re: Decoding problems.
Can you send a URI that shows the problem ( including the special chars )?
Are the chars encoded (
ilto:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 1:39 PM
> To: 'Tomcat-Dev
> Subject: Decoding problems.
>
>
>
> I am having problems with tomcat handlings of special characters.
> Whenever some data is post/get that contains special characters (i.e.
> characters with
Can you send a URI that shows the problem ( including the special chars )?
Are the chars encoded ( %something ) or not ? This is an important one,
thanks for the report.
Costin
On Mon, 18 Jun 2001, Angel Aray wrote:
>
> I am having problems with tomcat handlings of special characters.
> When
I am having problems with tomcat handlings of special characters.
Whenever some data is post/get that contains special characters (i.e.
characters with accents, tildes, etc) the request parameter gets truncated
up to the occurrence of the first special character.
I would like to help and fix thi