diff options
author | Paul Querna <pquerna@apache.org> | 2005-01-23 19:25:41 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2005-01-23 19:25:41 +0100 |
commit | 698bc0db5fe9c107ac4248464936092ee5a72673 (patch) | |
tree | 9319fdc3ed4f6414962086ce9e78f0dbd1a2b8ea /STATUS | |
parent | Remove this note about a test suite failure from 2 years ago. The test suite... (diff) | |
download | apache2-698bc0db5fe9c107ac4248464936092ee5a72673.tar.xz apache2-698bc0db5fe9c107ac4248464936092ee5a72673.zip |
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 '')
-rw-r--r-- | STATUS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |