]> granicus.if.org Git - apache/commitdiff
comment before vote
authorJim Jagielski <jim@apache.org>
Mon, 20 Apr 2015 13:13:59 +0000 (13:13 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 20 Apr 2015 13:13:59 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674838 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d2a08db0cd75263170b53d7e654491d6b974fd45..ad391c67c3f42718306452f303e3348963ce4494 100644 (file)
--- 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