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 (
org.apache.tomcat.util.buf.UDecode.java got lost somewhere along the way. It
crashed my tomcat on some forms (no special things happening btw). So maby
the problem is in there. Where it is, I don't have a clue..
Mvgr,
Martin
> -Original Message-
> From: Angel Aray [mailto:[EMAIL PROTECTE
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