Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 75243 invoked from network); 27 May 2010 23:25:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 23:25:59 -0000 Received: (qmail 94332 invoked by uid 500); 27 May 2010 23:25:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 94275 invoked by uid 500); 27 May 2010 23:25:58 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 94266 invoked by uid 99); 27 May 2010 23:25:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 23:25:58 +0000 X-ASF-Spam-Status: No, hits=-1474.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 23:25:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4RNPb7v001665 for ; Thu, 27 May 2010 23:25:37 GMT Message-ID: <5508171.37791275002737332.JavaMail.jira@thor> Date: Thu, 27 May 2010 19:25:37 -0400 (EDT) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1595) StreamingUpdateSolrServer doesn't specifying UTF-8 when creating OutputStreamWriter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1595: --------------------------- Fix Version/s: 3.1 4.0 Correcting Fix Version based on CHANGES.txt, see this thread for more details... http://mail-archives.apache.org/mod_mbox/lucene-dev/201005.mbox/%3Calpine.DEB.1.10.1005251052040.24672@radix.cryptio.net%3E > StreamingUpdateSolrServer doesn't specifying UTF-8 when creating OutputStreamWriter > ----------------------------------------------------------------------------------- > > Key: SOLR-1595 > URL: https://issues.apache.org/jira/browse/SOLR-1595 > Project: Solr > Issue Type: Bug > Components: clients - java > Affects Versions: 1.3, 1.4 > Reporter: Hoss Man > Fix For: 1.5, 3.1, 4.0 > > Attachments: SOLR-1595.patch > > > StreamingUpdateSolrServer constructs an OutputStreamWriter w/o specifying that it should use UTF-8 ... as a result the JVMs default encoding is used even though the request includes a Content-Type header of "text/xml; charset=utf-8" via CLientUtisl.TEXT_XML. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org