Opened 16 years ago
Closed 16 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)
Change History (2)
by , 16 years ago
Attachment: | 10581.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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.
Patch