]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
For the ftp commands CWD and RETR, do escaping for the path elements,
authorMartin Kraemer <martin@apache.org>
Wed, 30 Jan 2002 14:54:18 +0000 (14:54 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 30 Jan 2002 14:54:18 +0000 (14:54 +0000)
commite13539178091ec16d01c8fba7fd7e37a2cada510
treec17345856c863129a4cefdce554a548f89eb9a62
parentfc59d84edec0345b604512c11e19bfe7e8e3bd62
For the ftp commands CWD and RETR, do escaping for the path elements,
because FTP servers do globbing, which we do not want for filenames
from the directory listing.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93105 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_ftp.c