You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/04/23 00:50:46 UTC

svn commit: r164294 - /httpd/httpd/branches/2.0.x/STATUS

Author: jorton
Date: Fri Apr 22 15:50:45 2005
New Revision: 164294

URL: http://svn.apache.org/viewcvs?rev=164294&view=rev
Log:
Propose a mod_ssl fix.

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=164294&r1=164293&r2=164294&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Fri Apr 22 15:50:45 2005
@@ -231,6 +231,15 @@
        -0: pquerna (2.2)
        -0: jorton (msgid <20...@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.