]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
authorGraham Leggett <minfrin@apache.org>
Tue, 7 May 2013 13:42:31 +0000 (13:42 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 7 May 2013 13:42:31 +0000 (13:42 +0000)
commit092f8b16523dcb818cca9c4f6359e6fc9a4104ad
tree88bc246be11d68f42a5cca66548aeecdc64234e5
parent73d2ae179c67174d0bced820688a9955b441ab02
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
with weak validation combined with If-Range and Range headers. Break
out explicit conditional header checks to be useable elsewhere in the
server. Ensure weak validation RFC compliance in the byteranges filter.
Ensure RFC validation compliance when serving cached entities. PR 16142

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1479905 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_protocol.h
modules/cache/cache_storage.c
modules/cache/mod_cache.c
modules/http/byterange_filter.c
modules/http/http_protocol.c