| Summary: | PUT request using "If-Match" for a deleted file returns wrong status code | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Node | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 15.0 | ||
| Target Milestone: | 16.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Pushed fix to: https://github.com/eclipse/orion.client/commit/a5f68cceefb384a66fe5ee5f342d17c3cd747304 The behaviour is now the same as the Java server - the etag equality is now checked first (even against one that does not exist) before any other existence checks. |