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/04/01 06:23:25 UTC

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

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

Yonik Seeley resolved SOLR-202.
-------------------------------

    Resolution: Fixed

looks good, I just committed.

> 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, 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.