]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Address niq's and wrowe's issues, reset the vote
authorGraham Leggett <minfrin@apache.org>
Sat, 1 Sep 2007 14:27:03 +0000 (14:27 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 1 Sep 2007 14:27:03 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571805 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 11a22976500822d80a62de6d8a962cd86ae3c680..bbea4e2084f228fc1ff45b7b7fe63a3548018ea3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,12 +117,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
      mod_authn_dbd behaviour in line with mod_authnz_ldap.
      Trunk: http://svn.apache.org/viewvc?view=rev&revision=466865
+            http://svn.apache.org/viewvc?view=rev&revision=571798
+            http://svn.apache.org/viewvc?view=rev&revision=571804
      +1: minfrin
-     niq: This wants a little tidying.  Use of 13 as a magic number (for a
-          strlen of something defined elsewhere) is nasty.  More importantly
-          you need to document how it affects the module's directives.
-          I'll +1 it when that's done.
-     wrowe: ditto's - good concept.
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when
      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().