From dev-return-51794-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Tue Jun 01 13:50:07 2010 Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 37303 invoked from network); 1 Jun 2010 13:50:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 13:50:07 -0000 Received: (qmail 73320 invoked by uid 500); 1 Jun 2010 13:50:06 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 73276 invoked by uid 500); 1 Jun 2010 13:50:06 -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 73269 invoked by uid 99); 1 Jun 2010 13:50:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 13:50:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 01 Jun 2010 13:50:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o51DngWO018222 for ; Tue, 1 Jun 2010 13:49:43 GMT Message-ID: <28992074.103621275400182866.JavaMail.jira@thor> Date: Tue, 1 Jun 2010 09:49:42 -0400 (EDT) From: "Robert Hofstra (JIRA)" To: dev@lucene.apache.org Subject: [jira] Created: (SOLR-1936) Json output Incorrect escaping Unicode Character 'LINE SEPARATOR' (U+2028) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Json output Incorrect escaping Unicode Character 'LINE SEPARATOR' (U+2028) -------------------------------------------------------------------------- Key: SOLR-1936 URL: https://issues.apache.org/jira/browse/SOLR-1936 Project: Solr Issue Type: Bug Components: Response Writers Affects Versions: 1.4 Reporter: Robert Hofstra Fix For: 1.4 The Unicode Character 'LINE SEPARATOR' (U+2028) is not escaped in json response, resulting in a exception when evaluting this response on a client (in out case a webbrowser). Evaluting a response with this U+2028 char results in a 'unterminated string literal' error. -- 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