diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-10-07 14:41:24 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-10-07 14:41:24 +0200 |
commit | 476b41695c714cc8f394631afeb185c5d6dd9f76 (patch) | |
tree | 0bb318bf485a2aa1517e3cf17055c5cda83aaa06 | |
parent | Fix ap_mmn.h after r1893971. (diff) | |
download | apache2-476b41695c714cc8f394631afeb185c5d6dd9f76.tar.xz apache2-476b41695c714cc8f394631afeb185c5d6dd9f76.zip |
Sync CHANGES [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893983 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 10 | ||||
-rw-r--r-- | changes-entries/ap_unescape_url_ex.txt | 3 | ||||
-rw-r--r-- | changes-entries/normalize_unreserved.txt | 2 | ||||
-rw-r--r-- | changes-entries/tunnel_forward_hook.txt | 2 |
4 files changed, 10 insertions, 7 deletions
@@ -1,6 +1,16 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate + unused AP_NORMALIZE_DROP_PARAMETERS flag. + [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Joe Orton] + + *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in + the uri-path when it's preceded by a dot. [Yann Ylavic] + + *) mod_proxy: New tunnel_forward hooking mechanism allowing modules to handle + Upgrade(d) protocols data. [Yann Ylavic] + *) mod_dav: Correctly handle errors returned by dav providers on REPORT requests. [Ruediger Pluem] diff --git a/changes-entries/ap_unescape_url_ex.txt b/changes-entries/ap_unescape_url_ex.txt deleted file mode 100644 index cda5eebea1..0000000000 --- a/changes-entries/ap_unescape_url_ex.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate - unused AP_NORMALIZE_DROP_PARAMETERS flag. - [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Joe Orton]
\ No newline at end of file diff --git a/changes-entries/normalize_unreserved.txt b/changes-entries/normalize_unreserved.txt deleted file mode 100644 index 4782967a65..0000000000 --- a/changes-entries/normalize_unreserved.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in - the uri-path when it's preceded by a dot. [Yann Ylavic]
\ No newline at end of file diff --git a/changes-entries/tunnel_forward_hook.txt b/changes-entries/tunnel_forward_hook.txt deleted file mode 100644 index 30e39847d2..0000000000 --- a/changes-entries/tunnel_forward_hook.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_proxy: New tunnel_forward hooking mechanism allowing modules to handle - Upgrade(d) protocols data. [Yann Ylavic]
\ No newline at end of file |