]> granicus.if.org Git - apache/commitdiff
write a CHANGES entry for PR 34512; looks like it resolves
authorJeff Trawick <trawick@apache.org>
Fri, 3 Jun 2005 08:23:40 +0000 (08:23 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Jun 2005 08:23:40 +0000 (08:23 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 327778da4cd0f064fb3826cb47fe05f42e474ec2..f7631d8d04fe3726f934208e831f9d6b95eedeb3 100644 (file)
--- 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 <infamous41md hotmail.com>]
+
   *) mod_mime_magic: Handle CRLF-format magic files so that it works with
      the default installation on Windows.  [Jeff Trawick]