]> granicus.if.org Git - apache/commit
mod_cache: Ignore response headers specified by no-cache=header and
authorGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:34:12 +0000 (20:34 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:34:12 +0000 (20:34 +0000)
commitd83207b2d69e2abfa3d167b556daaa943a79c409
tree5a5a5a39168d32c4f6fc6295da28c27ae5c6eb23
parenta10b5d0491ead66a150d705391418282168c6193
mod_cache: Ignore response headers specified by no-cache=header and
private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
that these headers are still processed when multiple Cache-Control
headers are present in the response. PR 54706

trunk patch: http://svn.apache.org/r1478382
2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-nocacheheader2.4.patch

Submitted by: minfrin
Reviewed by: jim, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1487103 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/cache/cache_util.c
modules/cache/cache_util.h
modules/cache/mod_cache.c