swift/swift/obj
Samuel Merritt 237a440cd1 Make DELETE requests to expired objects return 404.
It is already the case that a DELETE of a deleted object results in a
404, and GET/HEAD/POSTs to both expired and deleted objects result in
404s. However, a DELETE of an expired object resulted in a 202. This
change makes it consistent with the other verbs.

Fixes bug 1076245.

Change-Id: I793e62d72461a4fb9fb3404e10658ddcc4c3a7a6
2012-11-08 15:27:24 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
auditor.py changed TRUE_VALUES references to utils.config_true_value() call 2012-10-29 13:59:01 -07:00
expirer.py Fixed bugs with internal client and object expirer 2012-11-08 00:05:35 +00:00
replicator.py changed TRUE_VALUES references to utils.config_true_value() call 2012-10-29 13:59:01 -07:00
server.py Make DELETE requests to expired objects return 404. 2012-11-08 15:27:24 -08:00
updater.py changed TRUE_VALUES references to utils.config_true_value() call 2012-10-29 13:59:01 -07:00