]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported in r1901196 [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 24 May 2022 08:56:14 +0000 (08:56 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 24 May 2022 08:56:14 +0000 (08:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901197 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 526d89a85a8d25979c3efd13901a00235f2f090b..6d04c3b472fc879b0cb0d10326de5775caba5ded 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,15 +148,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) core: make ap_escape_quotes() work correctly on strings
-     with more than MAX_INT/2 characters, counting quotes double.
-     trunk patch: https://svn.apache.org/r1899609
-                  https://svn.apache.org/r1899905
-     2.4.x patch: svn merge -c 1899609,1899905 ^/httpd/httpd/trunk .
-     +1: icing, rpluem, ylavic
-     ylavic: I think "extra" should be an apr_size_t.
-     icing: added r1899905 with the proposed changes and assertions.
-
   *) mpm_event: Fix accounting of active/total processes on ungraceful restart. PR 66004
      trunk patches: https://svn.apache.org/r1899777
                     https://svn.apache.org/r1899786