summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-10-07 12:41:24 +0000
committerYann Ylavic <ylavic@apache.org>2021-10-07 12:41:24 +0000
commit476b41695c714cc8f394631afeb185c5d6dd9f76 (patch)
tree0bb318bf485a2aa1517e3cf17055c5cda83aaa06 /CHANGES
parent499f5d137c0f253dbf0a16e873595eb4543630d0 (diff)
downloadhttpd-476b41695c714cc8f394631afeb185c5d6dd9f76.tar.gz
Sync CHANGES [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4efece7f3c..b2a3660b25 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]