[
https://issues.apache.org/jira/browse/SOLR-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612712#action_12612712
]
Yonik Seeley commented on SOLR-501:
-----------------------------------
bq. Any reason not to default the jsp pages to UTF-8?
We do want to default to UTF8, but we still sort of support Tomcat 5.5 with
this release, which is only up to servlet spec 2.4 . The comment suggests this
API call suggests this is new for 2.5?
> /admin/analysis.jsp does not decode input string as UTF-8 sequence.
> -------------------------------------------------------------------
>
> Key: SOLR-501
> URL: https://issues.apache.org/jira/browse/SOLR-501
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Environment: Tomcat6.0
> Reporter: Hiroaki Kawai
> Assignee: Ryan McKinley
> Fix For: 1.3
>
> Attachments: header.jsp.patch
>
>
> In servlet2.5, we should call
> HttpRequestServlet.setCharacterEncoding("UTF-8") to get a UTF-8 character
> sequence via request.getParameter() in JSP.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.