]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ring in the CHANGES...
authorGraham Leggett <minfrin@apache.org>
Mon, 21 May 2001 23:53:18 +0000 (23:53 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 21 May 2001 23:53:18 +0000 (23:53 +0000)
PR:
Obtained from:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89197 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6500ba485904924e06744cb2a5c06fab73504e0a..3f55be1678d41078c4b339331e755810106b5443 100644 (file)
--- 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]