From: Jim Jagielski Date: Mon, 20 Apr 2015 13:13:59 +0000 (+0000) Subject: comment before vote X-Git-Tag: 2.4.13~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abb1ed0e77252977caee419826c5dc92734ec002;p=apache comment before vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d2a08db0cd..ad391c67c3 100644 --- a/STATUS +++ b/STATUS @@ -300,6 +300,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: and add a comment about the compare function. As Eric explained above, the real point is to return +1 instead of 0 there, so that duplicates are added after each other (by order of insertion). + jim: OK, perfect. Since 2.4 uses apr-1.5, we need to use the same + logic-flow as the comp() function in testskiplist to ensure + that (1) dups are allowed and (2) inserted in the correct place. *) mod_authz_core: Allow "Require expr" to work when the expression is quoted, as in an example in the doc. PR 56235