You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/10/07 12:41:25 UTC

svn commit: r1893983 - in /httpd/httpd/trunk: CHANGES changes-entries/ap_unescape_url_ex.txt changes-entries/normalize_unreserved.txt changes-entries/tunnel_forward_hook.txt

Author: ylavic
Date: Thu Oct  7 12:41:24 2021
New Revision: 1893983

URL: http://svn.apache.org/viewvc?rev=1893983&view=rev
Log:
Sync CHANGES [skip ci].

Removed:
    httpd/httpd/trunk/changes-entries/ap_unescape_url_ex.txt
    httpd/httpd/trunk/changes-entries/normalize_unreserved.txt
    httpd/httpd/trunk/changes-entries/tunnel_forward_hook.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1893983&r1=1893982&r2=1893983&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Oct  7 12:41:24 2021
@@ -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]