ok i've found the problem. we had an old parameter with the character
"%" and it was completely useless

On 12 Ott, 21:04, fede <[EMAIL PROTECTED]> wrote:
> Hi, i'm calling a Spring controller from jQuery (ajax call) and i have
> this warning on Tomcat 6:
>
> 12-ott-2008 20.50.57 org.apache.tomcat.util.http.Parameters
> processParameters
> AVVERTENZA: Parameters: Character decoding failed. Parameter skipped.
> java.io.CharConversionException: EOF
>         at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:83)
>         at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:49)
>         at org.apache.tomcat.util.http.Parameters.urlDecode(Parameters.java:
> 412)
>         at
> org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:
> 394)
>         at
> org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:
> 346)
>         at org.apache.catalina.connector.Request.parseParameters(Request.java:
> 2491)
>         at org.apache.catalina.connector.Request.getParameter(Request.java:
> 1040)
>         at
> org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:
> 355)
> ......................
>
> The application works correctly on both oc4j and tomcat, but inthe
> last i have this problem.
> I also tried to set tomcat url character encoding to UTF8 but it
> didn't work.
>
> Regards.

Reply via email to