From 3464f782b84efa42b0c7129b1cb8f0e0fb05a9da Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 6 Apr 2022 09:21:11 +0000 Subject: [PATCH] - postpoing http2 backport - adding core fix for ap_escape_quotes() on huge strings. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1899610 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/STATUS b/STATUS index cf831b426e7..b19275fbb05 100644 --- a/STATUS +++ b/STATUS @@ -174,6 +174,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-authn-expr.patch +1: minfrin, jim, + *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS + trunk patch: https://svn.apache.org/r1898453 + 2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk . + +1: jaillect36 + + *) core: make ap_escape_quotes() work correctly on strings + with more than MAX_INT/2 characters, counting quotes double. + 2.4.x patch: svn merge -c 1899609 ^/httpd/httpd/trunk . + +1: icing + +PATCHES/ISSUES THAT ARE BEING WORKED + [ New entries should be added at the START of the list ] + *) mod_http2: sync with trunk - Fixed an issue since 1.15.24 that "Server" headers in proxied requests were overwritten instead of preserved. [PR by @daum3ns] @@ -221,14 +234,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/275.diff +1: icing, jim, - *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS - trunk patch: https://svn.apache.org/r1898453 - 2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk . - +1: jaillect36 - -PATCHES/ISSUES THAT ARE BEING WORKED - [ New entries should be added at the START of the list ] - *) mod_xml2enc: Correctly handle Microsoft OOXML documents. PR 64339 trunk patch: http://svn.apache.org/r1884505 2.4.x patch: svn merge -c 1884505 ^/httpd/httpd/trunk . -- 2.47.2