Bug #1754

lighty SHOULD not include "Content-Encoding" in a 304 Not Modified response

Added by Anonymous 140 days ago. Updated 140 days ago.

Status:Fixed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:mod_compress
Target version:1.4.20
Pending:

No

Resolution:

fixed


Description

According to RFC2616, a 304 Not Modified response SHOULD/MUST NOT include other entity-headers for a strong/weak cache validator request to prevent inconsistencies between cached entity-bodies and updated headers.

However, for a GET request w/ Accept-Encoding header, lighty w/ mod_compress includes Content-Encoding entity-header field within a 304 response. And this DOES confuse some proxy software, including squid, and client browsers about their cached objects.

Reference: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5

Simple patch file is attached.

-- yzlai

lighty_304.c.patch - -- yzlai (613 Bytes) Anonymous, 08/20/2008 04:14 PM


Related issues

duplicated by Feature #1725 Turn off compression for 304 Fixed

History

08/20/2008 04:45 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to fixed

Applied modified patch in r2296 (compare case insensitive).

Also available in: Atom PDF