You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/05/24 08:56:15 UTC

svn commit: r1901197 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue May 24 08:56:14 2022
New Revision: 1901197

URL: http://svn.apache.org/viewvc?rev=1901197&view=rev
Log:
Backported in r1901196 [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1901197&r1=1901196&r2=1901197&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue May 24 08:56:14 2022
@@ -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