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:29:22 UTC

svn commit: r1908535 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sun Mar 19 21:29:21 2023
New Revision: 1908535

URL: http://svn.apache.org/viewvc?rev=1908535&view=rev
Log:
vote/promote

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1908535&r1=1908534&r2=1908535&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 19 21:29:21 2023
@@ -171,6 +171,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       svn merge -c 1907565 ^/httpd/httpd/trunk .
      +1: rpluem, ylavic, covener
 
+  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
+     to the origin server, when using mapping=encoded|servlet.
+     trunk patch: http://svn.apache.org/r1907972
+                  http://svn.apache.org/r1907976
+                  http://svn.apache.org/r1907977
+                  http://svn.apache.org/r1908257
+     2.4.x patch: svn merge -c 1907972,1907976,1907977,1908257 ^/httpd/httpd/trunk .
+     +1: ylavic, rpluem, covener
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -187,15 +197,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: minfrin, jim,
      jailletc36: r1745033 seems related and should in included
 
-  *) mod_proxy: Fix double encoding of the uri-path of the request forwarded
-     to the origin server, when using mapping=encoded|servlet.
-     trunk patch: http://svn.apache.org/r1907972
-                  http://svn.apache.org/r1907976
-                  http://svn.apache.org/r1907977
-                  http://svn.apache.org/r1908257
-     2.4.x patch: svn merge -c 1907972,1907976,1907977,1908257 ^/httpd/httpd/trunk .
-     +1: ylavic, rpluem
-
   *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat, and make
      sure that if the format is configured early enough it applies to every log
      line.  PR 62161.