summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-19 21:27:30 +0000
committerEric Covener <covener@apache.org>2023-03-19 21:27:30 +0000
commit9746209427efa689342dc7d98d43255f55bd50b5 (patch)
treebeddb6c59567d5dad91b76c2200fa66a52b13f3d
parent37c24e280aaa343fa5eb832eb2ccfac376941999 (diff)
downloadhttpd-9746209427efa689342dc7d98d43255f55bd50b5.tar.gz
vote/promote
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908534 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS40
1 files changed, 20 insertions, 20 deletions
diff --git a/STATUS b/STATUS
index ffe0b040c9..0c20bc43f3 100644
--- a/STATUS
+++ b/STATUS
@@ -151,6 +151,26 @@ 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
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -176,26 +196,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: svn merge -c 1907972,1907976,1907977,1908257 ^/httpd/httpd/trunk .
+1: ylavic, rpluem
- *) 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,
-
- *) 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,
-
*) 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.