Remove CESU-Hack from PHPSerializedResponseWriter
-------------------------------------------------
Key: SOLR-2414
URL: https://issues.apache.org/jira/browse/SOLR-2414
Project: Solr
Issue Type: Task
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Fix For: 3.1, 3.2, 4.0
When SOLR-2381 is committed we no longer use the Writer supplied by the underlying Servlet
Container. We can therefore assume that UTF-8 is not CESU, so the hack in PHPSerilaizedResponseWriter
is obsolete.
We should remove it or at least disable the system property, as this is explained in the Wiki
and some people may already used it, now failing with 3.1, as we always produce UTF-8 and
if the CESU property is true, the serialized output is suddenly wrong.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|