diff options
author | Graham Leggett <minfrin@apache.org> | 2020-07-03 14:44:53 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2020-07-03 14:44:53 +0200 |
commit | 6bf5bd6cb23885b96a360ffe1167744078d52669 (patch) | |
tree | d80030e5ab2630d461ac8e6bc7b1b36219bdcf6f /CHANGES | |
parent | Add skeleton for new features docs for 2.6. (diff) | |
download | apache2-6bf5bd6cb23885b96a360ffe1167744078d52669.tar.xz apache2-6bf5bd6cb23885b96a360ffe1167744078d52669.zip |
core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and
ContentDigest directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Remove support for the Content-MD5 header, removed in RFC7231. + Functions ap_md5digest() and ap_md5contextTo64() removed, and + ContentDigest directive. [Graham Leggett] + *) mod_dav: Allow other DAV modules to use dav_get_resource(). [Graham Leggett] |