[
https://issues.apache.org/jira/browse/SOLR-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544254#comment-13544254
]
Yonik Seeley edited comment on SOLR-4265 at 1/4/13 9:05 PM:
------------------------------------------------------------
bq. In all case, there's is a problem. I've tested through 2 JEE container and
the problematic is the same (Oracle + Tomcat).
Ah, there ya go. That explains some things. Tomcat at least doesn't do UTF8
encoding by default in the URI (as is required by the standards).
Can you reproduce your bug with the stock jetty server included in the Solr
distribution?
was (Author: [email protected]):
bq. In all case, there's is a problem. I've tested through 2 JEE container
and the problematic is the same (Oracle + Tomcat).
Ah, there ya go. That explains some things. Tomcat at least doesn't do UTF8
encoding by default in the URI (as per the standards).
Can you reproduce your bug with the stock jetty server included in the Solr
distribution?
> Encoding problem from test console
> ----------------------------------
>
> Key: SOLR-4265
> URL: https://issues.apache.org/jira/browse/SOLR-4265
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Affects Versions: 4.0
> Environment: Windows but, environment independent
> Reporter: Alex Rocher
> Priority: Blocker
> Attachments: SolrDispatchFilter.java.patch
>
>
> When you type an accent (in french language for example) in the console query
> tester, there's no charset conversion (servlet request charset conversion)
> Eg.: "même" is converted into it's ISO-8859-1 representation ==> fail
> The reason : getCharacterEncoding from HTTPRequest is not tested. Il it's
> null, il will assume to convert an UTF-8 encoding charset.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]