MantisBT: master cb2a453f

Author Committer Branch Timestamp Parent
vboctor vboctor master 2017-11-17 21:52 master 4aec7f9a
Affected Issues  0023653: Leverage `If-Match` when updating issues
Changeset

Leverage If-None-Match when updating issues

If If-None-Match is specified and it doesn’t match latest hash, then fail with 412 Precondition failed.

Always return the updated ETag header.

Fixes 0023653

mod - api/rest/restcore/issues_rest.php Diff File
mod - core/bug_api.php Diff File