summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-01-23 18:25:41 +0000
committerPaul Querna <pquerna@apache.org>2005-01-23 18:25:41 +0000
commit698bc0db5fe9c107ac4248464936092ee5a72673 (patch)
tree9319fdc3ed4f6414962086ce9e78f0dbd1a2b8ea /STATUS
parenta9fe8edd6749c45daee76e2789246c6a4b7ff0fe (diff)
downloadhttpd-698bc0db5fe9c107ac4248464936092ee5a72673.tar.gz
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
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 0 insertions, 7 deletions
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