diff options
author | Eric Covener <covener@apache.org> | 2011-09-07 19:29:49 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-09-07 19:29:49 +0200 |
commit | fe5f7b561d155833df8cfbe630fb26c4cf348cfd (patch) | |
tree | 10dabb3beb35fd9638cac51986bb1e4c26576b24 /CHANGES | |
parent | ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |