Re: parseQueryString Q in SolrRequestParsers

2007-03-26 Thread Mike Klaas
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 Q in SolrRequestParsers

2007-03-26 Thread Yonik Seeley
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