From 666acbd7108cef62c4470f770d16b9b4772faaed Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Wed, 6 Feb 2002 17:19:41 +0000 Subject: [PATCH] Add note about APR_BRIGADE_NORMALIZE usage in core_input_filter. 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 | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/STATUS b/STATUS index eaa6710256..d38ac3859f 100644 --- 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: + + * 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 -- 2.40.0