summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-31 14:23:56 +0000
committerEric Covener <covener@apache.org>2023-03-31 14:23:56 +0000
commit7c65dba6532f2e93cc4439d9885979614aec6513 (patch)
treef8da8b179e5dcc2cbd5d57db7331d38afe1af0d5
parent86650bef654c4af35f09118d2ac2a72e23e69fcc (diff)
downloadhttpd-7c65dba6532f2e93cc4439d9885979614aec6513.tar.gz
vote/promote/remove
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908862 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS56
1 files changed, 24 insertions, 32 deletions
diff --git a/STATUS b/STATUS
index 4e17de601c..b5a1ae12ef 100644
--- a/STATUS
+++ b/STATUS
@@ -151,14 +151,30 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_rewrite: fix a 2.4.56 regression for substitutions that end in '?'.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=revision&revision=1908813
- Backport to 2.4.x:
- svn merge -c 1908813 ^/httpd/httpd/trunk .
- +1: covener, ylavic, rpluem
- rpluem says: I guess when backporting you will add a changelog entry
- pointing to PR 66547
+ *) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not
+ double encode encoded slashes in the URL sent by the reverse proxy to the
+ backend.
+ Trunk version of patch:
+ https://svn.apache.org/r1908341
+ https://svn.apache.org/r1908628
+ https://svn.apache.org/r1908629
+ Backport version for 2.4.x of patch:
+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/351.diff
+ Can be applied via apply_backport_pr.sh 351
+ +1: rpluem, ylavic, covener
+
+ *) mod_proxy: Check before forwarding that a nocanon path has not been
+ rewritten with spaces during processing.
+ trunk patch: https://svn.apache.org/r1908827
+ https://svn.apache.org/r1908838
+ 2.4.x patch: svn merge -c 1908827,1908838 ^/httpd/httpd/trunk .
+ (convenience gh diff/PR below, but missing CHANGES entry..)
+ https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/354.diff
+ https://github.com/apache/httpd/pull/354
+ +1: ylavic, rpluem, covener
+ rpluem says: svn merge should work fine once the backport above this one
+ is in.
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -197,30 +213,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
https://github.com/apache/httpd/pull/350
+1: ylavic, rpluem,
- *) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not
- double encode encoded slashes in the URL sent by the reverse proxy to the
- backend.
- Trunk version of patch:
- https://svn.apache.org/r1908341
- https://svn.apache.org/r1908628
- https://svn.apache.org/r1908629
- Backport version for 2.4.x of patch:
- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/351.diff
- Can be applied via apply_backport_pr.sh 351
- +1: rpluem, ylavic,
-
- *) mod_proxy: Check before forwarding that a nocanon path has not been
- rewritten with spaces during processing.
- trunk patch: https://svn.apache.org/r1908827
- https://svn.apache.org/r1908838
- 2.4.x patch: svn merge -c 1908827,1908838 ^/httpd/httpd/trunk .
- (convenience gh diff/PR below, but missing CHANGES entry..)
- https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/354.diff
- https://github.com/apache/httpd/pull/354
- +1: ylavic, rpluem
- rpluem says: svn merge should work fine once the backport above this one
- is in.
-
PATCHES/ISSUES THAT ARE BEING WORKED
[ New entries should be added at the START of the list ]