]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add another item for backport.
authorSander Striker <striker@apache.org>
Thu, 7 Aug 2003 07:46:33 +0000 (07:46 +0000)
committerSander Striker <striker@apache.org>
Thu, 7 Aug 2003 07:46:33 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100927 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cb32c53990f0588787ec6c4a06ec65afc113a5e7..5ae268edd2cc1aedeadfbe5fee344c50ab9da1de 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/06 21:53:39 $]
+Last modified at [$Date: 2003/08/07 07:46:33 $]
 
 Release:
 
@@ -292,6 +292,13 @@ PATCHES TO PORT FROM 2.1
         modules/dav/main/mod_dav.c: r1.98, r1.99
       +1: nd
 
+    * mod_ssl: Fix FakeBasicAuth for subrequests, by declining check_user_id.
+      Otherwise it would run into the check that was to protect from externally
+      fabricated Authorization headers, which would choke on the one added
+      by mod_ssl itself.
+        modules/ssl/ssl_engine_kernel.c: r1.97
+      +1: striker
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,