From couchdb-dev-return-236-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Sun Apr 13 23:16:04 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 42754 invoked from network); 13 Apr 2008 23:16:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2008 23:16:04 -0000 Received: (qmail 51359 invoked by uid 500); 13 Apr 2008 23:16:05 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 51323 invoked by uid 500); 13 Apr 2008 23:16:05 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 51312 invoked by uid 99); 13 Apr 2008 23:16:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 16:16:05 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 23:15:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B157234C0C1 for ; Sun, 13 Apr 2008 16:13:06 -0700 (PDT) Message-ID: <220033135.1208128386293.JavaMail.jira@brutus> Date: Sun, 13 Apr 2008 16:13:06 -0700 (PDT) From: "Itay Neeman (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-12) Using the @ symbol in the document ID causes strange results in CouchDB browser (under the _utils path) In-Reply-To: <2031157769.1205020306220.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588452#action_12588452 ] Itay Neeman commented on COUCHDB-12: ------------------------------------ Is there any update on this? This still happens on a project I am working on, and kind of renders Futon useless. Thanks! > Using the @ symbol in the document ID causes strange results in CouchDB browser (under the _utils path) > ------------------------------------------------------------------------------------------------------- > > Key: COUCHDB-12 > URL: https://issues.apache.org/jira/browse/COUCHDB-12 > Project: CouchDB > Issue Type: Bug > Components: Administration Console > Reporter: Noah Slater > Assignee: Christopher Lenz > Priority: Minor > > What steps will reproduce the problem? > 1. Within the CouchDB browser interface (_utils) create a document with an > id of johndoe@gmail.com - succeeds > 2. Now try and do anything with that document through the browser > interface: The path changes to question marks - you cannot delete the > document from the browser interface or add fields to the document > 3. > What is the expected output? What do you see instead? > Does not appear to be a valid document. > What version of the product are you using? On what operating system? > Latest version 0.7xx from svn on Ubuntu > Please provide any additional information below. > -- > Comment 1 by Jer...@marzhillstudios.com, Nov 27, 2007 > This could be slightly related to the issue I just posted. I'd imagine applying my > patch would give him an error message about the revision not applying. > It sounds like the same problem that occurs when you click the next and previous > links for a document. since the @ symbol is how you request revisions couchdb will > misinterpret the document request as a document revision request. > -- > Comment 2 by Jer...@marzhillstudios.com, Nov 27, 2007 > here is a patch that at least returns an error message and redirects to the database > page again. > It doesn't tackle the real problem which is that an @ symbol is allowed unescaped in > a docid. > Apologies but it includes my previous patch for the doc revision requests problem > -- > Comment 4 by cmlenz, Feb 07, 2008 > Thanks for reporting this, I'll look into it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.