You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2005/06/03 10:23:41 UTC

svn commit: r179745 - /httpd/httpd/trunk/CHANGES

Author: trawick
Date: Fri Jun  3 01:23:40 2005
New Revision: 179745

URL: http://svn.apache.org/viewcvs?rev=179745&view=rev
Log:
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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=179745&r1=179744&r2=179745&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Fri Jun  3 01:23:40 2005
@@ -2,6 +2,10 @@
 
   [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]