From: Sander Striker Date: Thu, 7 Aug 2003 07:46:33 +0000 (+0000) Subject: Add another item for backport. X-Git-Tag: 2.0.48~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58639dd0ce47c2b164d98c8980c1cbe3c8a2d68;p=thirdparty%2Fapache%2Fhttpd.git Add another item for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100927 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cb32c53990f..5ae268edd2c 100644 --- 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,