Opened 13 years ago
Closed 12 years ago
#168 closed editorial (fixed)
Clarify differences between / requirements for request and response CC directives
Reported by: | mnot@… | Owned by: | julian.reschke@… |
---|---|---|---|
Priority: | normal | Milestone: | 10 |
Component: | p6-cache | Severity: | Active WG Document |
Keywords: | Cc: |
Description
S 3.2 Cache-Control first sentence states that directives MUST be obeyed. This doesn't fit with a strategy of ignoring unhandled directives if you get a mixture of request and response directives in a message (which is still allowed in the ABNF).
Furthermore, the BNF doesn't make it clear that request and response directives shouldn't be intermixed;
Cache-Control-v = 1#cache-directive
cache-directive = cache-request-directive
/ cache-response-directive
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 julian.reschke@…
- Milestone changed from unassigned to 10
- Owner set to julian.reschke@…
- Priority set to normal
comment:3 Changed 12 years ago by julian.reschke@…
- Resolution set to incorporated
- Status changed from new to closed
comment:4 Changed 12 years ago by mnot@…
- Resolution incorporated deleted
- Status changed from closed to reopened
comment:5 Changed 12 years ago by mnot@…
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
proposed patch for part 6