You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/05/27 12:23:12 UTC

DO NOT REPLY [Bug 35102] New: - RemoveOutputFilter misnamed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35102>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35102

           Summary: RemoveOutputFilter misnamed
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: belg4mit@mit.edu


RemoveOutputFilter should be RemoveOutputFilters, it kills
them all. OTOH it does not do what would be very useful and
one might expect it to, given its name: remove a single given
filter from the filter chain.

Given a setup where N filters are applied, but for certain
locations I wish to not have filter X applied it would be
nice be able to remove it from the chain for that scope.
Forcing a reset of the chain and readdition of everything can
be a maintenance headache when there are multiple locations
like this and/or when other changes are made to the chain
(reordering, addition of a new filter).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org