From: Paul Querna Date: Sun, 23 Jan 2005 18:25:41 +0000 (+0000) Subject: mod_filter in 2.1 allows better ordering of the filter chain. X-Git-Tag: 2.1.3~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698bc0db5fe9c107ac4248464936092ee5a72673;p=apache mod_filter in 2.1 allows better ordering of the filter chain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126235 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e7564a0592..7528cc43f7 100644 --- 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