From c9ddbafed5813363c44bde51d7b4debde846af31 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 14 Aug 2003 15:24:55 +0000 Subject: [PATCH] added comments concerning support of remote symbolic links in the ftp task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275091 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 8155a667f..e41d2d54c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -54,6 +54,11 @@ Changes that could break older environments: * will now preserve line endings. +* followsymlinks="false" in nested fileset definitions is explicitly + required in order to exclude remote symbolic links (when doing a get, chmod, + delete, rmdir). + + Fixed bugs: ----------- * Filter readers were not handling line endings properly. Bugzilla @@ -212,6 +217,8 @@ Fixed bugs: * ftp was not able to download files when they were pointed to by symbolic links Bugzilla Report 14063. +* ftp is able to download also directories pointed to by symbolic links. + * replace would change \r\n into \r\r\n under Windows. * junitreport with frames did not display a link for classes without a package