Opened 13 years ago
Closed 12 years ago
#197 closed design (fixed)
Effect of CC directives on history lists
| Reported by: | mnot@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 09 |
| Component: | p6-cache | Severity: | Active WG Document |
| Keywords: | Cc: |
Description
Several browser vendors do or will soon respect CC: no-store and CC: max-age=0, must-revalidate for the purposes of history lists, because they see storing some responses in the history list as a security concern (e.g., something with credit card numbers on it).
However, 2616 says that a cache and a history list are separate, and notes that history lists should not unnecessarily prevent users from viewing stale resources.
This is vague; the wording here implies that the history list has the same store as the cache, even though they are almost always implemented separately, as the history list needs to incorporate browser-side state as well as resource state.
This section needs to be revised, and furthermore some means of control over the history list needs to be provided; either
- CC: no-store (and possibly other) directives apply to history lists as well, or
- Some other history-specific directives need to be minted (out of scope for HTTPbis, but it can be discussed on-list)
See also:
https://bugs.webkit.org/show_bug.cgi?id=26777 https://bugzilla.mozilla.org/show_bug.cgi?id=441751#c58 http://blogs.imeta.co.uk/JDeabill/archive/2008/07/14/303.aspx
Attachments (1)
Change History (6)
Changed 12 years ago by julian.reschke@…
comment:1 Changed 12 years ago by julian.reschke@…
comment:2 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by mnot@…
- Resolution fixed deleted
- Status changed from closed to reopened
closed prematurely; reopen for review as part of -09 cycle.
comment:4 Changed 12 years ago by mnot@…
- Milestone changed from unassigned to 09
comment:5 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from reopened to closed
![(please configure the [header_logo] section in trac.ini)](https://www.ietf.org/images/ietflogotrans.gif)
Proposed patch for part 6.