]> granicus.if.org Git - apache/commit
Changed syntax of Set{Input|Output}Filter. The list of filters
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 05:10:54 +0000 (05:10 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 05:10:54 +0000 (05:10 +0000)
commit3641520e9f38727fe357b116f7a37043fada7491
tree7c1bf585f2805ae170b01de7c71114b9485a03a5
parent1a9639e0883460ed7138e940173de241e070144d
 Changed syntax of Set{Input|Output}Filter.  The list of filters
     must be semicolon delimited (if more than one filter is given.)
     The Set{Input|Output}Filter directive now overrides a parent
     container's directive (e.g. SetInputFilter in <Directory /web/foo>
     will override any SetInputFilter directive in <Directory /web>.)
     This new syntax is more consistent with Add{Input|Output}Filter
     directives defined in mod_mime.  Also cures a bug in prior releases
     where the Set{Input|Output}Filter directive would corrupt the
     global configuration if the multiple directives were nested.
     [William Rowe]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90799 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_core.h
server/core.c