]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a mod_ssl fix.
authorJoe Orton <jorton@apache.org>
Fri, 22 Apr 2005 22:50:45 +0000 (22:50 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 22 Apr 2005 22:50:45 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164294 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 711697086e2a9e8099ff5f9146ec4280b3a11bc4..6c8098c01e44c5b548631ffff8d8e2cc545dbd9e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -231,6 +231,15 @@ PATCHES TO BACKPORT FROM TRUNK:
        -0: pquerna (2.2)
        -0: jorton (msgid <20040305083540.GA24529@redhat.com>)
 
+     *) mod_ssl: Fix issues picking up ssl-unclean-shutdown setting
+        for e.g. a reverse proxy config, breaking interop with MSIE
+        in some cases.
+        http://svn.apache.org/viewcvs?view=rev&rev=161958
+        rediffed for 2.0.x as:
+        http://issues.apache.org/bugzilla/attachment.cgi?id=14804
+        PR: 34452
+        +1: jorton
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.