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 2015/06/26 09:19:34 UTC

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

Author: ylavic
Date: Fri Jun 26 07:19:34 2015
New Revision: 1687684

URL: http://svn.apache.org/r1687684
Log:
Update mod_substitute proposal with r1687680 and v2.

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=1687684&r1=1687683&r2=1687684&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jun 26 07:19:34 2015
@@ -204,14 +204,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_substitute: Configure patterns merge order. PR 57641
      trunk patch: http://svn.apache.org/r1684900
                   http://svn.apache.org/r1687539 
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SubstituteInheritBefore.patch
+                  http://svn.apache.org/r1687680
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SubstituteInheritBefore-v2.patch
      +1: ylavic
      ylavic: added r1687539 and discarded minfrin's vote (we must preserve
              the current behaviour).  SubstituteInheritBefore allows to
              configure the merge order; the default is Off in trunk (2.5+),
              but still On in 2.4.x thanks to the changes in the backport patch
-             only (dcfg->inherit_before = 1 by default, and the doc is updated
-             accordingly).
+             only => over->inherit_before = (base->inherit_before != 0) instead
+			 of (base->inherit_before > 0), plus the doc updated accordingly.
 
   *) core: Avoid a possible truncation of the faulty header included in the
      HTML response when LimitRequestFieldSize is reached.