From: Jeff Trawick Date: Fri, 3 Jun 2005 08:23:40 +0000 (+0000) Subject: write a CHANGES entry for PR 34512; looks like it resolves X-Git-Tag: 2.1.5~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45174f2721c00e7fe893fc9601546848fd8b44a7;p=thirdparty%2Fapache%2Fhttpd.git write a CHANGES entry for PR 34512; looks like it resolves user-visible misprocessing in proxy ftp which could result in directory listing for regular file retrieval git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 327778da4cd..f7631d8d04f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.5 [Remove entries to the current 2.0 section below, when backported] + *) proxy FTP: Fix confusion about globbing characters which could lead + to getting a directory listing when a file was requested. PR 34512. + [Sean ] + *) mod_mime_magic: Handle CRLF-format magic files so that it works with the default installation on Windows. [Jeff Trawick]