From: William A. Rowe Jr Date: Wed, 18 Dec 2002 22:31:40 +0000 (+0000) Subject: Another day, another bug while slogging through 1.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfe28e114e9478bd5bb0df2a15962d1a8612afe;p=thirdparty%2Fapache%2Fhttpd.git Another day, another bug while slogging through 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 46ef3cdbbda..ea1dffd9af1 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,16 @@ Changes with Apache 1.3.28 + *) Correction to mod_negotation for Win32, OS2, Netware etc, where + case insensitive requests such as the HEADER or README search + from autoindex would fail to match HEADER.html (because the + system internally looked for the case-sensitive header.* pattern.) + PR 7300 [William Rowe] + + *) Correction to mod_autoindex so that only text/* files (perfering + /html, then /plain, then some other flavor) can be recovered + from a multiview-based HEADER or README subrequest. + [William Rowe] + *) Improvements to mod_usertrack that allows for a regular (verbose) as well as "compact" version of the tracking cookie (the new 'CookieFormat' directive), and the ability to prepend a string