#211 closed design (fixed)
Heuristic caching of URLs with query components
| Reported by: | mnot@… | Owned by: | julian.reschke@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 10 |
| Component: | p6-cache | Severity: | Active WG Document |
| Keywords: | Cc: |
Description
2616 specified in 13.9
We note one exception to this rule: since some applications have traditionally used GETs and HEADs with query URLs (those containing a "?" in the rel_path part) to perform operations with significant side effects, caches MUST NOT treat responses to such URIs as fresh unless the server provides an explicit expiration time. This specifically means that responses from HTTP/1.0 servers for such URIs SHOULD NOT be taken from a cache.
- The second requirement really doesn't make much sense
- The first requirement isn't implemented by many caches, especially browser caches.
- The basis for this requirement -- that some scripts using query strings and GET have side effects -- is very old, and couched as a transitional requirement from HTTP/1.0
- There is no corresponding requirement for write-through for such requests.
Proposal: remove this requirement, replacing with an explanatory / historical note.
Attachments (1)
Change History (9)
Changed 12 years ago by julian.reschke@…
comment:1 Changed 12 years ago by mnot@…
- Milestone changed from unassigned to 10
comment:2 Changed 12 years ago by julian.reschke@…
- Owner set to julian.reschke@…
comment:3 Changed 12 years ago by julian.reschke@…
- Status changed from new to assigned
comment:4 Changed 12 years ago by julian.reschke@…
comment:5 Changed 12 years ago by julian.reschke@…
- Resolution set to incorporated
- Status changed from assigned to closed
comment:6 Changed 12 years ago by mnot@…
- Resolution incorporated deleted
- Status changed from closed to reopened
comment:7 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from reopened to closed
comment:8 Changed 10 years ago by mnot@…
- Severity changed from Candidate WG Document to Active WG Document
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](https://www.ietf.org/images/ietflogotrans.gif)
proposed patch for part 6