From dev-return-8624-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Feb 13 17:12:51 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 10952 invoked from network); 13 Feb 2010 17:12:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Feb 2010 17:12:50 -0000 Received: (qmail 40092 invoked by uid 500); 13 Feb 2010 17:12:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 39995 invoked by uid 500); 13 Feb 2010 17:12:49 -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 39985 invoked by uid 99); 13 Feb 2010 17:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 17:12:48 +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:12:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E0DCD234C052 for ; Sat, 13 Feb 2010 09:12:27 -0800 (PST) Message-ID: <646960491.254121266081147919.JavaMail.jira@brutus.apache.org> Date: Sat, 13 Feb 2010 17:12:27 +0000 (UTC) From: "Filipe Manana (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-652) hardcoded value for the authentication db name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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.