From: Geoffrey Young Date: Tue, 23 Mar 2004 14:02:12 +0000 (+0000) Subject: suggest backport X-Git-Tag: 2.0.50~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9217cc5d0363a3efcd6d8810b533b248dd6ee0d7;p=thirdparty%2Fapache%2Fhttpd.git suggest backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 13cd8e12a44..8c233aab842 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/22 17:16:25 $] +Last modified at [$Date: 2004/03/23 14:02:12 $] Release: @@ -72,6 +72,12 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack + is set in r->subprocess_env allow mismatched query strings to pass. + PR: 27758 + http://marc.theaimsgroup.com/?l=apache-cvs&m=108005027128025&w=2 + +1: geoff + *) mod_dav: Fix a problem that could cause crashes when manipulating locks on some platforms. (especially Sparc!!!) modules/dav/fs/lock.c: r1.31