]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update (fix) my back port proposal) [skip ci]
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 10 Aug 2021 09:40:53 +0000 (09:40 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 10 Aug 2021 09:40:53 +0000 (09:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892175 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 33da66b5ed0eb32be4117bee40ac6c09c7a91130..8ba31d517c12d506ee4f4951b55d0963dba8bb7b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -247,13 +247,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1887359
                   http://svn.apache.org/r1887144
      Backport version for 2.4.x of patch:
-          https://people.apache.org/~jfclere/patches/patch.210706.txt
+          https://people.apache.org/~jfclere/patches/patch.210810..txt
      +1: jfclere,
      jfclere: The previous proposal was removing the Referer check.
      jorton: r1859235 has an "ok2change" param in the newly added
              balancer_process_balancer_worker() but this is missing in the
              backport patch, maybe include r1887144 for completeness?
-     jfclere: Yes: http://svn.apache.org/r1887144i was missing in trunk patch list.
+     jfclere: Fixed: Added in the patch.210810.txt
 
   *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
      with others when their URLs contain a '$' substitution.  PR 65419 + 65429.