You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/03/19 21:36:46 UTC

svn commit: r1908541 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/mapping_encode.txt changes-entries/mod_mime_nocanon.txt

Author: covener
Date: Sun Mar 19 21:36:45 2023
New Revision: 1908541

URL: http://svn.apache.org/viewvc?rev=1908541&view=rev
Log:
make update-changes

[skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/mapping_encode.txt
    httpd/httpd/branches/2.4.x/changes-entries/mod_mime_nocanon.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1908541&r1=1908540&r2=1908541&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun Mar 19 21:36:45 2023
@@ -1,6 +1,13 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.57
 
+  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
+     to the origin server, when using mapping=encoded|servlet.  [Yann Ylavic]
+
+  *) mod_mime: Do not match the extention against possible query string
+     parameters in case ProxyPass was used with the nocanon option.
+     [Ruediger Pluem]
+
 Changes with Apache 2.4.56
 
   *) SECURITY: CVE-2023-27522: Apache HTTP Server: mod_proxy_uwsgi