httpbis: Ticket #18: Cache validators in 206 responses

Link:  http://trac.tools.ietf.org/wg/httpbis/trac/ticket/18

Origin:  http://lists.w3.org/Archives/Public/ietf-http-wg/2003AprJun/0004.html

Component: p5-range

In Section 10.2.7 the spec implies that it may be ok to use a weak cache validator in a 206 response. The correct language is more restrictive.

If the 206 response is the result of an If-Range request that used a strong cache validator (see section 13.3.3), the response SHOULD NOT include other entity-headers. If the response is the result of an If-Range request that used a weak validator, the response MUST NOT include other entity-headers; this prevents inconsistencies between cached entity-bodies and updated headers. Otherwise, the response MUST include all of the entity-headers that would have been returned with a 200 (OK) response to the same request.

should be:

If the 206 response is the result of an If-Range request, the response SHOULD NOT include other entity-headers. Otherwise, the response MUST include all of the entity-headers that would have been returned with a 200 (OK) response to the same request.

Mails

Mails by Sender (Top 10)

Associated Checkins

fielding@gbiv.com (Sat, 22 Dec 2007 00:13:20 GMT)
[79]: Resolve #18: Cache validators in 206 responses

History

: comment added; version, resolution, milestone set; status changed (Sat, 22 Dec 2007 00:13:20 GMT)

Fixed in [79]

: comment added; version changed (Sat, 22 Dec 2007 04:13:48 GMT)

: comment added; component set (Sat, 09 Aug 2008 13:01:53 GMT)

Related Information

Issues List Index