You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2022/04/16 10:11:21 UTC

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

Author: icing
Date: Sat Apr 16 10:11:20 2022
New Revision: 1899907

URL: http://svn.apache.org/viewvc?rev=1899907&view=rev
Log:
Adding r1899905 for the ap_escape_quotes backport.
[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=1899907&r1=1899906&r2=1899907&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Apr 16 10:11:20 2022
@@ -181,9 +181,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) 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
-     2.4.x patch: svn merge -c 1899609 ^/httpd/httpd/trunk .
+     2.4.x patch: svn merge -c 1899609,1899905 ^/httpd/httpd/trunk .
      +1: icing
      ylavic: I think "extra" should be an apr_size_t.
+     icing: added r1899905 with the proposed changes and assertions.
 
   *) mod_heartmonitor: Set the documented default value
      "10" for HeartbeatMaxServers instead of "0". With "0"