Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 9955 invoked from network); 21 Jan 2011 18:07:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 18:07:10 -0000 Received: (qmail 9547 invoked by uid 500); 21 Jan 2011 18:07:10 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 9422 invoked by uid 500); 21 Jan 2011 18:07:07 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 9410 invoked by uid 99); 21 Jan 2011 18:07:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 18:07: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; Fri, 21 Jan 2011 18:07:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0LI6jnM016240 for ; Fri, 21 Jan 2011 18:06:46 GMT Message-ID: <6699088.111051295633205939.JavaMail.jira@thor> Date: Fri, 21 Jan 2011 13:06:45 -0500 (EST) From: "Thiago Arrais (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-1039) "High ASCII" characters on PUT'ed URL causes db to misbehave In-Reply-To: <21678017.110951295633083815.JavaMail.jira@thor> 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/COUCHDB-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago Arrais updated COUCHDB-1039: ----------------------------------- Attachment: badtext.tar.gz I've modified this script from COUCHDB-345 that demonstrates the issue. > "High ASCII" characters on PUT'ed URL causes db to misbehave > ------------------------------------------------------------ > > Key: COUCHDB-1039 > URL: https://issues.apache.org/jira/browse/COUCHDB-1039 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.0.1, 1.2 > Reporter: Thiago Arrais > Attachments: badtext.tar.gz > > > I've tried to PUT a doc to an id containing "high ascii" characters and couchdb (correctly, I imagine) refuses to save it and responds with an error. But any subsequent queries to the db special _all_docs document returns a double response (200 and 500) (much like COUCHDB-48) with a bad_utf8_character_code error. > Tested on both 1.0.1 (from the Ubuntu Maverick repos) and svn (1.2.0a106148) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.