From: Graham Leggett Date: Mon, 21 May 2001 23:53:18 +0000 (+0000) Subject: Ring in the CHANGES... X-Git-Tag: 2.0.19~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7369e7a6c9f789335982d37bc73f1584129ba207;p=thirdparty%2Fapache%2Fhttpd.git Ring in the CHANGES... PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6500ba48590..3f55be1678d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.19-dev + *) Move the addition of default AP_HTTP_HTTP_HEADER filters to the + insert_filter phase so that other filters are not bypassed by default. + [Graham Leggett] + *) Reimplement mod_headers as an output filter. mod_headers can now add custom headers to inbound requests using the RequestHeader directive and to responses using the same old Header directive. [Graham Leggett]