From: Jean-Frederic Clere Date: Tue, 10 Aug 2021 09:40:53 +0000 (+0000) Subject: update (fix) my back port proposal) [skip ci] X-Git-Tag: candidate-2.4.49~3^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3d4afca19e6cd265bd43e84e9887a6a2660213;p=thirdparty%2Fapache%2Fhttpd.git update (fix) my back port proposal) [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892175 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 33da66b5ed0..8ba31d517c1 100644 --- 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.