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
* "%xy".
That won't correctly handle p
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
* "%xy".
That won't correctly handle percent encoded UTF8 URLs, right?
-Yonik