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 2011/04/22 15:41:44 UTC

DO NOT REPLY [Bug 51107] New: SetOutputFilter and SetInputFilter should allow "none" to disable output filter

https://issues.apache.org/bugzilla/show_bug.cgi?id=51107

           Summary: SetOutputFilter and SetInputFilter should allow "none"
                    to disable output filter
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: math.parent@gmail.com


Example config :
<VirtualHost *:80>
  # ...
  # (standard stuff)
  # ...


  SetOutputFilter proxy-html

  <LocationMatch \.png$>
    SetOutputFilter none
  </LocationMatch>
</VirtualHost>

Currently, this produce the following message :
  [error] an unknown filter was not added: none

Could the error message be avoided?

(I know mod_filter is the recommanded way, but the configuration is harder)

NB: see also #14335

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

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