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:12 UTC

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

Author: covener
Date: Sun Mar 19 21:36:12 2023
New Revision: 1908540

URL: http://svn.apache.org/viewvc?rev=1908540&view=rev
Log:
remove backported

[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=1908540&r1=1908539&r2=1908540&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 19 21:36:12 2023
@@ -151,35 +151,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mod_mime: Do not match the extention against possible query string
-     parameters in case ProxyPass was used with the nocanon option.
-     Trunk version of patch:
-        https://svn.apache.org/r1907505
-        https://svn.apache.org/r1908186
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1907505,1908186 ^/httpd/httpd/trunk .
-     +1: rpluem, ylavic, covener
-
-  *) mod_proxy: Optimize code: We know that we already have a valid
-     encoding string, because we just decoded it. Hence just copy
-     what we have instead of redoing it.
-     Trunk version of patch:
-        https://svn.apache.org/r1907565
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      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 ]