]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after backport [skip ci]
authorStefan Eissing <icing@apache.org>
Wed, 17 Nov 2021 08:43:25 +0000 (08:43 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 17 Nov 2021 08:43:25 +0000 (08:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895098 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
changes-entries/uwsgi-path_info.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 86dfa3b8c0e9b49e29c137629545b4a68eda3c05..8017b35a3438e63df35ea52007d09d108d794286 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.52
 
+  *) mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.
+     PR 65616.  [Ruediger Pluem]
+
 Changes with Apache 2.4.51
 
   *) SECURITY: CVE-2021-42013: Path Traversal and Remote Code
diff --git a/STATUS b/STATUS
index bf58b3a1f581b1abf4ba37f0ebd1561a1b1237c7..823a1954e18a6d058b4a96f860cc455aa3c42ed2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -144,12 +144,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.
-     PR 65616.
-     trunk patch: http://svn.apache.org/r1894074
-     2.4.x patch: svn merge -c 1894074 ^/httpd/httpd/trunk .
-     +1: ylavic, rpluem, icing
-
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
diff --git a/changes-entries/uwsgi-path_info.txt b/changes-entries/uwsgi-path_info.txt
deleted file mode 100644 (file)
index beb0a67..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.
-     PR 65616.  [Ruediger Pluem]