You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/01/23 19:25:41 UTC

svn commit: r126235 - /httpd/httpd/trunk/STATUS

Author: pquerna
Date: Sun Jan 23 10:25:41 2005
New Revision: 126235

URL: http://svn.apache.org/viewcvs?view=rev&rev=126235
Log:
mod_filter in 2.1 allows better ordering of the filter chain.

Modified:
   httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?view=diff&rev=126235&p1=httpd/httpd/trunk/STATUS&r1=126234&p2=httpd/httpd/trunk/STATUS&r2=126235
==============================================================================
--- httpd/httpd/trunk/STATUS	(original)
+++ httpd/httpd/trunk/STATUS	Sun Jan 23 10:25:41 2005
@@ -203,13 +203,6 @@
         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