Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 450014

Summary: Can't delete file on Safari
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: ServerAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bogdan Gheorghe CLA 2014-11-04 16:19:13 EST
Can't delete Readme.md on Safari.

Safari sends out a If-None-Match field in the header on a DELETE operation and this causes the server to return a PreCondition failed.

Note this only happens on Readme.md because it got loaded in a previous request (project.json would fail as well).
Comment 1 Bogdan Gheorghe CLA 2014-11-04 16:24:52 EST
Ignoring the DELETE case.