Opened 10 years ago
Closed 10 years ago
#371 closed editorial (incorporated)
If-Modified-Since lacks definition for method != GET
Reported by: | julian.reschke@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 20 |
Component: | p4-conditional | Severity: | In WG Last Call |
Keywords: | Cc: |
Description
Off-list feedback:
3.3. If-Modified-Since
The "If-Modified-Since" header field MAY be used to make a request method conditional by modification date: if the selected representation has not been modified since the time specified in this field, then do not perform the request method; instead, respond as detailed below.
This section doesn't seem to say anything about methods other than GET, yet the text seems to imply that a more general case is also covered below.
Change History (4)
comment:1 Changed 10 years ago by julian.reschke@…
comment:2 Changed 10 years ago by fielding@…
IMS is not applicable to methods other than GET and HEAD.
comment:3 Changed 10 years ago by fielding@…
comment:4 Changed 10 years ago by fielding@…
- Milestone changed from unassigned to 20
- Resolution set to incorporated
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The outcome of this one will affect #370.