Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 31716 invoked from network); 13 Feb 2010 17:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Feb 2010 17:58:51 -0000 Received: (qmail 81483 invoked by uid 500); 13 Feb 2010 17:58:51 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 81405 invoked by uid 500); 13 Feb 2010 17:58:50 -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 81395 invoked by uid 99); 13 Feb 2010 17:58:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 17:58:50 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 17:58:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E0E7029A0013 for ; Sat, 13 Feb 2010 09:58:27 -0800 (PST) Message-ID: <1329641665.254541266083907919.JavaMail.jira@brutus.apache.org> Date: Sat, 13 Feb 2010 17:58:27 +0000 (UTC) From: "Chris Anderson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Closed: (COUCHDB-652) hardcoded value for the authentication db name In-Reply-To: <646960491.254121266081147919.JavaMail.jira@brutus.apache.org> 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 [ https://issues.apache.org/jira/browse/COUCHDB-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-652. ---------------------------------- Resolution: Won't Fix This is intentional. You can have the user's db called anything you want and it works fine. Except... there are no dbs allowed that start with "_" except for one hardcoded exception: "_users". > hardcoded value for the authentication db name > ---------------------------------------------- > > Key: COUCHDB-652 > URL: https://issues.apache.org/jira/browse/COUCHDB-652 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 0.11 > Environment: trunk / 0.11 > Reporter: Filipe Manana > Priority: Trivial > Attachments: hardcoded-auth-db-name.patch > > > There's an hard-coded value for the authentication db name in couch_server.erl. > Patch attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.