Closed
Bug 731466
Opened 13 years ago
Closed 13 years ago
Remove the X-Confirm-Delete header for sync2.0
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rfkelly, Unassigned)
References
Details
(Whiteboard: [qa+])
Attachments
(1 file)
1.69 KB,
patch
|
telliott
:
review+
|
Details | Diff | Splinter Review |
Remove the X-Confirm-Delete header for Sync2.0.
Comment 1•13 years ago
|
||
Are we replacing this with anything, or just accepting delete requests and not worrying about human error?
Comment 2•13 years ago
|
||
What human error? Are we expecting people to type raw HTTP requests into a terminal? If a client is buggy and is stupid enough to issue a delete-the-world request, they deserve what they get.
Reporter | ||
Comment 3•13 years ago
|
||
Also, this request will no longer delete their user profile data. In Sync2.0 it's exactly equivalent to issuing a DELETE against each collection individually, on operation which does not currently require a confirmation header.
Comment 4•13 years ago
|
||
Yeah, concern is about buggy code, not humans typing. I'm fine not supporting it, as long as we've consciously thought about it.
Reporter | ||
Comment 5•13 years ago
|
||
and here is le patch
Attachment #601778 -
Flags: review?(telliott)
Updated•13 years ago
|
Attachment #601778 -
Flags: review?(telliott) → review+
Reporter | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa+]
Comment 7•13 years ago
|
||
Should be covered by functional tests.
QA to verify and close.
Comment 8•13 years ago
|
||
Code verified and passed functional tests of Sync 2.0 and AITC 1.0 for a 4/23/2012 deploy to qa1.
Status: RESOLVED → VERIFIED
Comment 9•13 years ago
|
||
Also confirmed here: http://docs.services.mozilla.com/storage/apis-2.0.html
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•