Opened 11 years ago
Last modified 10 years ago
#22461 closed New feature
condition decorator: support fo if-unmodified-since and updating etags — at Initial Version
Reported by: | tanner | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have implemented support for the If-Unmodified-Since header
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28
in the condition decorator and added an parameter to support updating
of the etags for write operations
http://tools.ietf.org/id/draft-reschke-http-etag-on-write-09.txt
tests are included
Note:
See TracTickets
for help on using tickets.