You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an item is tombstoned, it does not appear to be deleted from the system, but instead, alterered to contain deleted-item xml data (as seen in the atompub-tombstones draft).
Replication Steps:
Send a DELETE request to an existing post/reply item on a personal channel. Confirm 'deleted' from channel. A 204 (No Content) should be returned.
Send the same request in again.
Expected Outcome:
404 (Not Found) returned.
Actual Outcome:
204 (No Content) returned.
The text was updated successfully, but these errors were encountered:
Following conversation with @lloydwatkin - it may be preferable (enhancement), if we keep the 204 response here, to introduce the functionality for a channel owner (or moderator) to be able to retrieve tombstoned items (e.g. give me all items, inclusive of those marked as deleted items).
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. The response MAY include new or updated metainformation in the form of entity-headers, which if present SHOULD be associated with the requested variant.
I guess my thoughts are how do you differentiate between "I've just deleted this item", and "This item is already deleted" or "This item does not exist."
When an item is tombstoned, it does not appear to be deleted from the system, but instead, alterered to contain deleted-item xml data (as seen in the atompub-tombstones draft).
Replication Steps:
Send a DELETE request to an existing post/reply item on a personal channel. Confirm 'deleted' from channel. A 204 (No Content) should be returned.
Send the same request in again.
Expected Outcome:
404 (Not Found) returned.
Actual Outcome:
204 (No Content) returned.
The text was updated successfully, but these errors were encountered: