]> granicus.if.org Git - apache/commitdiff
mod_filter in 2.1 allows better ordering of the filter chain.
authorPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:25:41 +0000 (18:25 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:25:41 +0000 (18:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126235 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e7564a0592919616a36d96d85b38c452e4a6f439..7528cc43f7127846925f8ef7602e6acbd515bb91 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -203,13 +203,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
         Jeff wonders if we still care about this.  It is no longer an
         API issue but simply an extra trip through the brigade.
 
-    * 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 
-      before or after the Add...Filter(s) which are ordered by sequence of
-      filename extensions.  At minimum, some sort of +-[0-10] syntax seems
-      like a nice solution.  See ROADMAP.
-
     * Get perchild to work on platforms other than Linux. This
       will require a portable mechanism to pass data and file/socket
       descriptors between vhost child groups. An API was proposed