[ https://issues.apache.org/jira/browse/SOLR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan McKinley updated SOLR-202: ------------------------------- Attachment: SOLR-202-ParseQueryStringUTF8.patch simple patch to set "UTF-8" for parametrers in the query string. adds a test to make sure > 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.