deleting a message after claiming it fails
Bug #1325032 reported by
Sriram
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
Fix Released
|
Critical
|
Sriram | ||
Juno |
Fix Released
|
Critical
|
Sriram |
Bug Description
when deleting a message, the client fails to provide the claim_id along with the message id. This leads to a 403 status from marconi, as the client didn't supply needed credentials to delete a claimed message.
The fix would also need to include a unit test, that proves that the bug was fixed.
Below is the response from marconi when attempting to delete a claimed message.
Attached:
http://
summary: |
- deleting a message after claiming fails + deleting a message after claiming it fails |
To post a comment you must log in.
The problem appears to stem from reconstructing the URI rather than simply using the href returned for that message; the href includes the claim ID, while the reconstructed URI does not.