Comment 3 for bug 1506116

Revision history for this message
Alistair Coles (alistair-coles) wrote :

@Christian - the issue is when the ACL is *removed*, a 404 is returned. This step:

 now remove the ACL form the container...

swift@u134:~/swift$ swift post -r '' c1
swift@u134:~/swift$ wget localhost:8080/v1/AUTH_test/c1/
--2015-10-14 16:12:43-- http://localhost:8080/v1/AUTH_test/c1/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-10-14 16:12:43 ERROR 404: Not Found.

# ...ah! staticweb just told us this container exists :(