Opened 13 years ago
Closed 13 years ago
#169 closed design (fixed)
private and no-cache CC directives with headers
| Reported by: | mnot@… | Owned by: | mnot@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 08 |
| Component: | p6-cache | Severity: | Active WG Document |
| Keywords: | Cc: |
Description
- private directive with headers.
It states that these headers then are all that is private, and these must not be stored. However it does not state what to do when you get a subsequent request for that URI that would match. Does this mean that the stored response must be revalidated with the server, or is it appropriate to send the stored response (if still fresh) to the client without those headers?
- no-cache.
It's not clear to me what the point of revalidating an entire entry vs just revalidating header fields. Especially when you consider that a conditional request will revalidate both or either. So I can't see any point in having headers specified in a no-cache response directive. Unless it's intended that failure to revalidate just headers could still result in the entry being served, but that in that case those headers would need to be omitted?
Are these implemented and/or useful? Is it worth deprecating them (while still supporting them syntactically)?
Change History (4)
comment:1 Changed 13 years ago by mnot@…
- Owner set to mnot@…
- Priority set to normal
comment:2 Changed 13 years ago by mnot@…
- Milestone changed from unassigned to 08
comment:3 Changed 13 years ago by mnot@…
comment:4 Changed 13 years ago by mnot@…
- Resolution set to fixed
- Status changed from new to closed
![(please configure the [header_logo] section in trac.ini)](https://www.ietf.org/images/ietflogotrans.gif)
Proposal: add note that this isn't widely implemented.