summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-19 21:29:21 +0000
committerEric Covener <covener@apache.org>2023-03-19 21:29:21 +0000
commit61e2190ead9c13848aa9db041713f3a8af954e47 (patch)
tree9b4416d4a8ba10841a8865b8067c1d37c92dff67
parent9746209427efa689342dc7d98d43255f55bd50b5 (diff)
downloadhttpd-61e2190ead9c13848aa9db041713f3a8af954e47.tar.gz
vote/promote
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908535 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS19
1 files changed, 10 insertions, 9 deletions
diff --git a/STATUS b/STATUS
index 0c20bc43f3..5e49b3ef08 100644
--- a/STATUS
+++ b/STATUS
@@ -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.