Hiya All,

 

We have some standard JSP page that gets some parameters URLEncoded the
usual way, (using GET)

Once you take the URL and add the percent % character at the end of the URL
(just after a parameter) - the entire page crashes throwing
java.io.CharConversionException

 

We tried catching the exception and handling the matter, but from some
reason it never reaches the catch block and throws the exception up.

Has anyone seen this ?

 

java.io.CharConversionException: EOF

        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:177)

        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:144)

        at
org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:514
)

        at
org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:541
)

        at
org.apache.tomcat.util.http.Parameters.handleQueryParameters(Parameters.java
:318)

        at
org.apache.coyote.tomcat4.CoyoteRequest.parseRequestParameters(CoyoteRequest
.java:1927)

        at
org.apache.coyote.tomcat4.CoyoteRequest.getParameter(CoyoteRequest.java:905)

        at
org.apache.coyote.tomcat4.CoyoteRequestFacade.getParameter(CoyoteRequestFaca
de.java:174)

   

 

Thanks,

Yoav.

 

 

Reply via email to