]> granicus.if.org Git - apache/commitdiff
Add note about APR_BRIGADE_NORMALIZE usage in core_input_filter.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 6 Feb 2002 17:19:41 +0000 (17:19 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 6 Feb 2002 17:19:41 +0000 (17:19 +0000)
Consensus has overruled the hook ordering showstopper and is now demoted
accordingly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93298 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eaa671025628fb984a05d34d9ac23b567079b8d7..d38ac3859feed35dc6b6f344b18e68727109a540 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/02/06 17:11:38 $]
+Last modified at [$Date: 2002/02/06 17:19:41 $]
 
 Release:
 
@@ -157,17 +157,6 @@ RELEASE SHOWSTOPPERS:
         and that implies pushing the 'handler election' into the request
         internal processing phase from the run request phase.
 
-    * There is a bug in how we sort some hooks, at least the pre-config
-      hook.  The first time we call the hooks, they are in the correct 
-      order, but the second time, we don't sort them correctly.  Currently,
-      the modules/http/config.m4 file has been renamed to 
-      modules/http/config2.m4 to work around this problem, it should moved
-      back when this is fixed.    rbb
-        Justin says: "Is this really a showstopper?  This has been here
-                      forever.  What's wrong?  Does this have to do with
-                      autoconf or m4?"
-        Not a showstopper: Justin, BrianP, trawick, gregames
-
     * Convert all instances of the old apr_lock_t type to the new
       types (once they are fully supported in APR).
         Status: Aaron is working on converting INTRAPROCESS
@@ -201,6 +190,21 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * Usage of APR_BRIGADE_NORMALIZE in core_input_filter should be
+      removed if possible.
+        Message-ID: <Pine.LNX.4.33.0201202232430.318-100000@deepthought.cs.virginia.edu>
+        
+    * There is a bug in how we sort some hooks, at least the pre-config
+      hook.  The first time we call the hooks, they are in the correct 
+      order, but the second time, we don't sort them correctly.  Currently,
+      the modules/http/config.m4 file has been renamed to 
+      modules/http/config2.m4 to work around this problem, it should moved
+      back when this is fixed.    rbb
+        Justin says: "Is this really a showstopper?  This has been here
+                      forever.  What's wrong?  Does this have to do with
+                      autoconf or m4?"
+        Not a showstopper: Justin, BrianP, trawick, gregames
+
     * The Add...Filter and Set...Filter directives do not allow the
       administrator to order filters, beyond the order of filename (mime)
       extensions.  It isn't clear if Set...Filter(s) should be inserted