From couchdb-dev-return-1207-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Fri Nov 07 22:00:36 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 83726 invoked from network); 7 Nov 2008 22:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 22:00:36 -0000 Received: (qmail 34597 invoked by uid 500); 7 Nov 2008 22:00:42 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 34563 invoked by uid 500); 7 Nov 2008 22:00: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 34552 invoked by uid 99); 7 Nov 2008 22:00:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 14:00:41 -0800 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; Fri, 07 Nov 2008 21:59:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4964D234C23E for ; Fri, 7 Nov 2008 13:59:44 -0800 (PST) Message-ID: <104441959.1226095184285.JavaMail.jira@brutus> Date: Fri, 7 Nov 2008 13:59:44 -0800 (PST) From: "Michael Hendricks (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-155) status code for invalid database names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org status code for invalid database names -------------------------------------- Key: COUCHDB-155 URL: https://issues.apache.org/jira/browse/COUCHDB-155 Project: CouchDB Issue Type: Improvement Components: Database Core Affects Versions: 0.9 Reporter: Michael Hendricks Priority: Minor This is a follow-up from the discussion on couchdb-dev@incubator.apache.org that started with mid:20081101161957.GI10893@ginosko.ndrix.org When trying to create a new database with an invalid database name, CouchDB responds with a 500 status code. It should respond with a 400 status code. Patch to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.