]> granicus.if.org Git - apache/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)
commit6194962c469fa961b396e5d11d77e41a225013f7
tree88bc246be11d68f42a5cca66548aeecdc64234e5
parent56d0b5d13d8aed3331a16f222510295e0e6ae274
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