]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Add MaxRanges directive to control the number of ranges permitted
authorRainer Jung <rjung@apache.org>
Wed, 5 Jun 2013 15:30:40 +0000 (15:30 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 5 Jun 2013 15:30:40 +0000 (15:30 +0000)
commit39c454deea91edb578d5d2b7238adf4d69279d38
tree53b08baf2131ed68180191dbdbda318cd60390bc
parentd013d982889474fb9ff7d4f79d56b970443f7e07
core: Add MaxRanges directive to control the number of ranges permitted
before returning the entire resource, with a default limit of 200.

Set 'Accept-Ranges: none' in the case Ranges are being ignored with
MaxRanges none.

Backport of r1162584, r1162587, r1166282, r1166663 and r1166667 from
trunk resp. r1164894, r1164896, r1166612 and r1166772 from 2.2.x.

Proposed/Backported by: rjung
Reviewed by: wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489917 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
STATUS
docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf
docs/manual/mod/core.xml
include/ap_mmn.h
include/http_core.h
include/http_protocol.h
modules/dav/fs/repos.c
modules/http/http_protocol.c
modules/mappers/mod_negotiation.c
server/core.c