You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/03/31 19:50:25 UTC

[jira] Commented: (SOLR-202) parseQueryString should use UTF-8

    [ https://issues.apache.org/jira/browse/SOLR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485736 ] 

Yonik Seeley commented on SOLR-202:
-----------------------------------

Didn't have time to look into why, but "ant clean test" fails after applying this patch.

   [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 4.656 sec
   [junit] Test org.apache.solr.servlet.SolrRequestParserTest FAILED


> parseQueryString should use UTF-8
> ---------------------------------
>
>                 Key: SOLR-202
>                 URL: https://issues.apache.org/jira/browse/SOLR-202
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ryan McKinley
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: SOLR-202-ParseQueryStringUTF8.patch
>
>
> update handler should explicitly use UTF-8 decoding  for parameters in the query string:
>    URLDecoder.decode( kv, "UTF-8" );

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.