summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-09-07 19:29:49 +0200
committerEric Covener <covener@apache.org>2011-09-07 19:29:49 +0200
commitfe5f7b561d155833df8cfbe630fb26c4cf348cfd (patch)
tree10dabb3beb35fd9638cac51986bb1e4c26576b24 /CHANGES
parentssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs (diff)
downloadapache2-fe5f7b561d155833df8cfbe630fb26c4cf348cfd.tar.xz
apache2-fe5f7b561d155833df8cfbe630fb26c4cf348cfd.zip
take care of some MaxRanges feedback:
* allow "none" to be expressed in config * send Accept-Ranges: none with MaxRanges none * stop accepting confusing/ambiguous "0", start accepting "unlimited". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e0e54475d5..a79db2f8c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Changes with Apache 2.3.15
the original file, ignore the ranges and send the complete file.
PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener]
+ *) core: Allow MaxRanges none|unlimited|default and set 'Accept-Ranges: none'
+ in the case Ranges are being ignored with MaxRanges none.
+ [Eric Covener]
+
*) mod_ssl: revamp CRL-based revocation checking when validating
certificates of clients or proxied servers. Completely delegate
CRL processing to OpenSSL, and add a new [Proxy]CARevocationCheck