Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 2314 invoked from network); 9 Nov 2008 06:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2008 06:35:35 -0000 Received: (qmail 35300 invoked by uid 500); 9 Nov 2008 06:35:42 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 35261 invoked by uid 500); 9 Nov 2008 06:35:41 -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 35250 invoked by uid 99); 9 Nov 2008 06:35:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 22:35:41 -0800 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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, 09 Nov 2008 06:34:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39895234C288 for ; Sat, 8 Nov 2008 22:34:44 -0800 (PST) Message-ID: <1195957231.1226212484221.JavaMail.jira@brutus> Date: Sat, 8 Nov 2008 22:34:44 -0800 (PST) From: "Adam Kocoloski (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-157) re-encode '/' in document IDs when replicating from a remote source MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org re-encode '/' in document IDs when replicating from a remote source ------------------------------------------------------------------- Key: COUCHDB-157 URL: https://issues.apache.org/jira/browse/COUCHDB-157 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 0.9 Environment: trunk@r712388 Reporter: Adam Kocoloski Priority: Minor CouchDB's replication fails when a remote source contains documents with slashes in their IDs. This includes both design docs and regular documents with a %2F in the ID. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.