Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 41735 invoked from network); 6 Jul 2008 21:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jul 2008 21:51:52 -0000 Received: (qmail 69777 invoked by uid 500); 6 Jul 2008 21:51:53 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 69743 invoked by uid 500); 6 Jul 2008 21:51:53 -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 69732 invoked by uid 99); 6 Jul 2008 21:51:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jul 2008 14:51:53 -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; Sun, 06 Jul 2008 21:51:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AA05A234C153 for ; Sun, 6 Jul 2008 14:51:31 -0700 (PDT) Message-ID: <1647712785.1215381091691.JavaMail.jira@brutus> Date: Sun, 6 Jul 2008 14:51:31 -0700 (PDT) From: "Shahar Evron (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Resolved: (COUCHDB-89) DELETE on a DB returns 200 and not 202 as documented In-Reply-To: <1175203171.1215377851579.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shahar Evron resolved COUCHDB-89. --------------------------------- Resolution: Won't Fix Wiki is fixed - no need to fix code ;) Thanks! > DELETE on a DB returns 200 and not 202 as documented > ---------------------------------------------------- > > Key: COUCHDB-89 > URL: https://issues.apache.org/jira/browse/COUCHDB-89 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Environment: Ubuntu Linux x86_64, CouchDB From SVN, revision 674345 > Reporter: Shahar Evron > > When deleting an existing database, all works ok but the returned HTTP code is 200 and not 202 as documented (http://wiki.apache.org/couchdb/HttpDatabaseApi) > In fact, the documentation is a bit ambigous because it says '202 OK' and not '202 Accepted' or '200 OK'. > While 202 makes more sense to me, this might be intentional in which case let me know and I will update the Wiki (or you do it ;) ) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.