trawick 00/10/28 07:57:36
Modified: . STATUS
Log:
note some filter configuration issues
Revision Changes Path
1.152 +13 -7 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-2.0/STATUS,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- STATUS 2000/10/26 11:36:10 1.151
+++ STATUS 2000/10/28 14:57:36 1.152
@@ -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 @@
* 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 @@
- 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
|