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.