]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tweak text, credit Niels.
authorJoe Orton <jorton@apache.org>
Fri, 9 Aug 2019 12:24:48 +0000 (12:24 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 9 Aug 2019 12:24:48 +0000 (12:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864793 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 887cc257b58c710c0514dcced8639c2f509af77c..0d05f185d93004e3704289089c3b29c87006d893 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.41
 
-  *) mod_proxy: Improve XSRF/XSS protection. [Joe Orton]
+  *) mod_proxy_balancer: Improve balancer-manager protection against 
+     XSS/XSRF attacks from trusted users.  [Joe Orton,
+     Niels Heinen <heinenn google.com>]
 
   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
      configure the session/cookie expiry's update interval. PR 57300.