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 2018/02/16 11:13:17 UTC

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

Author: ylavic
Date: Fri Feb 16 11:13:17 2018
New Revision: 1824448

URL: http://svn.apache.org/viewvc?rev=1824448&view=rev
Log:
Update proposal with s/strcasecmp/ap_cstr_casecmp/ as suggested by Ruediger.


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=1824448&r1=1824447&r2=1824448&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Feb 16 11:13:17 2018
@@ -156,7 +156,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) regex: Allow to configure global/default options for regexes, like
      caseless matching or extended format.
      trunk patch: http://svn.apache.org/r1824339
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options.patch
+                  http://svn.apache.org/r1824439
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options-v2.patch
      +1: ylavic, rpluem
 
   *) mod_cache_socache: Fix caching of empty headers up to carriage return.