Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.6.0 beta4
-
None
-
Operating System: All
Platform: All
Description
Following the REST documentation (http://github.com/northscale/ns_server/blob/master/deps/menelaus/doc/API/index.markdown) the delete bucket operation always returns OK even if the bucket doesn't actually exist.
[perry@Membase1 ~]$ curl -i -u Administrator:norths -X DELETE http://10.1.5.7:8080/pools/default/buckets/test
HTTP/1.1 200 OK
Server: NorthScale Server 1.6.0beta4
Pragma: no-cache
Date: Tue, 28 Sep 2010 18:30:22 GMT
Content-Length: 0
Cache-Control: no-cache no-store max-age=0
[perry@Membase1 ~]$ curl -i -u Administrator:norths -X DELETE http://10.1.5.7:8080/pools/default/buckets/test
HTTP/1.1 200 OK
Server: NorthScale Server 1.6.0beta4
Pragma: no-cache
Date: Tue, 28 Sep 2010 18:30:23 GMT
Content-Length: 0
Cache-Control: no-cache no-store max-age=0
[perry@Membase1 ~]$
Attachments
Issue Links
- depends on
-
MB-2388 UI stability umbrella issues
- Resolved