From couchdb-dev-return-216-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Thu Apr 10 16:44:59 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 3998 invoked from network); 10 Apr 2008 16:44:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 16:44:59 -0000 Received: (qmail 37799 invoked by uid 500); 10 Apr 2008 16:44:59 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 37757 invoked by uid 500); 10 Apr 2008 16:44:59 -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 37736 invoked by uid 99); 10 Apr 2008 16:44:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 09:44:58 -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; Thu, 10 Apr 2008 16:44:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 761B5234C0C3 for ; Thu, 10 Apr 2008 09:42:06 -0700 (PDT) Message-ID: <1445735592.1207845726482.JavaMail.jira@brutus> Date: Thu, 10 Apr 2008 09:42:06 -0700 (PDT) From: "Ivan Kozik (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-39) Unable to view/edit documents with spaces in document ID MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Unable to view/edit documents with spaces in document ID -------------------------------------------------------- Key: COUCHDB-39 URL: https://issues.apache.org/jira/browse/COUCHDB-39 Project: CouchDB Issue Type: Bug Components: HTTP Interface Environment: CouchDB trunk 0.7.3a644509, Erlang 5.6.2 on Linux Reporter: Ivan Kozik Priority: Minor Futon double-encodes the document ID, mangling spaces (and other characters?) ' ' -> '%25%20' I created a document named "test id" and tried to view it. Futon could not load the document: [info] [<0.51.0>] HTTP Request: GET /test/test%2520me?revs_info=true HTTP/1.1 [info] [<0.51.0>] HTTP Error (code 404): {obj,[{error,"not_found"},{reason,"missing"}]} [info] [<0.51.0>] HTTP Response Code:404 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.