summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2008-07-04 12:54:36 +0200
committerRuediger Pluem <rpluem@apache.org>2008-07-04 12:54:36 +0200
commit86efa65bf875e81f44e8f1f9043257eebfe21b41 (patch)
treeb23110fe6f7d3b45de84bc0ee08a915114883d01 /CHANGES
parent* Include http_config.h to ensure that cmd_parms is defined, otherwise (diff)
downloadapache2-86efa65bf875e81f44e8f1f9043257eebfe21b41.tar.xz
apache2-86efa65bf875e81f44e8f1f9043257eebfe21b41.zip
* Prevent Header edit from processing only the first header it should
edit and deleting the remaining ones by iterating over all headers with the same name. PR: 45333 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fb64b7feb7..7e1c35a0bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
Changes with Apache 2.3.0
[ When backported to 2.2.x, remove entry from this file ]
+
+ *) mod_headers: Prevent Header edit from processing only the first header
+ of possibly multiple headers with the same name and deleting the
+ remaining ones. PR 45333. [Ruediger Pluem]
+
*) mod_auth_digest: Detect during startup when AuthDigestProvider
is configured to use an incompatible provider via AuthnProviderAlias.
PR 45196 [Eric Covener]