Commit d39f0362 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent cc47882f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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]