]> granicus.if.org Git - apache/commitdiff
* Put a note in CHANGES about r1553204
authorRuediger Pluem <rpluem@apache.org>
Wed, 26 Feb 2014 19:02:14 +0000 (19:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 26 Feb 2014 19:02:14 +0000 (19:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1572198 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d86fc7c199ca1c3b0d762cd051ee2fe28a12301d..c10d02f554033ef6bbc55fa6b17648e6da8b50e8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_ssl: Do not perform SNI / Host header comparison in case of a
+     forward proxy request. [Ruediger Pluem]
+
   *) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore, 
      and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
      to child scopes without explicitly configuring each child scope.