From 7fc510cdd47d4dd9bfff1adbac21eff495889ae6 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 28 Oct 2000 14:57:36 +0000 Subject: [PATCH] note some filter configuration issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86759 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/STATUS b/STATUS index 55e8a3229c..59335e05b5 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/10/26 11:36:10 $] +Last modified at [$Date: 2000/10/28 14:57:36 $] Release: @@ -62,6 +62,12 @@ RELEASE SHOWSTOPPERS: * Modify mod_cgi and mod_cgid to deal with directories. This allows a lot of directives to be removed from the core. + * The AddInputFilter and AddOutputFilter directives do not allow the + administrator to remove or reorder filters. Once a filter is added + in a container, it is present in any subcontainers. It can only be + added to the filter chain after any filters specified in enclosing + containers. + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API. @@ -141,12 +147,12 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: - find a new home for ap_text(_header) - is it possible to remove the DAV: namespace stuff from util_xml? - * ap_core_translate() and its use by mod_mmap_static are a bit wonky. - The function should probably be exposed as a utility function (such - as ap_translate_url2fs() or ap_validate_fs_url() or something). - Another approach would be a new hook phase after "translate" which - would allow mod_mmap_static to munge what the translation has - decided to do. + * ap_core_translate() and its use by mod_mmap_static and mod_file_cache + are a bit wonky. The function should probably be exposed as a utility + function (such as ap_translate_url2fs() or ap_validate_fs_url() or + something). Another approach would be a new hook phase after "translate" + which would allow the module to munge what the translation has decided + to do. Status: Greg +1 (volunteers), Ryan +1 * Explore use of a post-config hook for the code in http_main.c which -- 2.40.0