Opened 15 years ago

Closed 15 years ago

#10581 closed (fixed)

Conditional processing fails with a single 'If-Match' header

Reported by: Ivan Sagalaev Owned by: Malcolm Tredinnick
Component: HTTP handling Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In a fix to #5791 etags are parsed only from If-None-Match even if only If-Match present.

Attachments (1)

10581.diff (1.5 KB ) - added by Ivan Sagalaev 15 years ago.
Patch

Download all attachments as: .zip

Change History (2)

by Ivan Sagalaev, 15 years ago

Attachment: 10581.diff added

Patch

comment:1 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [10116]) Fixed #10581 -- Fixed conditional handling of If-Match headers.

The conditional processing decorator from r10114 wasn't parsing ETags
from an If-Match header correctly. Patch from Ivan Sagalaev (who also
did most of the work in r10114, before I rewrote parts of it and added
bonus bugs, although I forgot to thank him there).

Note: See TracTickets for help on using tickets.
Back to Top