Christopher Schultz wrote:
> You have encoded your character improperly. URLs must be encoded using
> the UTF-8 charset, and then run through HttpServletResponse.encodeURL,
> which is likely to result in something more like:
> 
> ....&test2=%wx%yztest2&test3...
> 
> See this port of the HTML spec:
> http://www.w3.org/TR/html40/appendix/notes.html#non-ascii-chars
> 
> Your "character" specified as %u2013 is invalid with regard to the
> specification.

You'll also need to set URIEncoding on the connector.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to