On 3/26/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
parseQueryString uses URLDecoder.decode()

With the JavaDoc:
     * The platform's default encoding is used to determine what characters
     * are represented by any consecutive sequences of the form
     * "<code>%<i>xy</i></code>".

That won't correctly handle percent encoded UTF8 URLs, right?

Assuming the default encoding itsn't UTF-8 and the javadoc is correct, nope.

-Mike

Reply via email to