Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED79DCC2F for ; Sun, 13 May 2012 09:27:20 +0000 (UTC) Received: (qmail 53100 invoked by uid 500); 13 May 2012 09:27:19 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 52651 invoked by uid 500); 13 May 2012 09:27:14 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 52597 invoked by uid 99); 13 May 2012 09:27:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2012 09:27:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2012 09:27:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6F26F494E76 for ; Sun, 13 May 2012 09:26:50 +0000 (UTC) Date: Sun, 13 May 2012 09:26:50 +0000 (UTC) From: "Andreas Persson (JIRA)" To: issues@commons.apache.org Message-ID: <1479033656.59513.1336901210471.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <30284502.208581294394926268.JavaMail.jira@thor> Subject: [jira] [Commented] (VFS-345) Regression: FTP Provider does not support symbolic links correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VFS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274240#comment-13274240 ] Andreas Persson commented on VFS-345: ------------------------------------- I've investigated this a little bit further. The structure that causes the bug for me is: /dir1/dir2/dir3/file /link -> /dir1/dir2 - then, the URL ftp://server/link/dir3 returns false from exists(). This is with a Solaris ftp server. On Apache FtpServer it works. > Regression: FTP Provider does not support symbolic links correctly > ------------------------------------------------------------------ > > Key: VFS-345 > URL: https://issues.apache.org/jira/browse/VFS-345 > Project: Commons VFS > Issue Type: Bug > Affects Versions: Nightly Builds > Reporter: Andreas Persson > > After the fix from VFS-307, the FTP provider does not handle symbolic links correctly. > A symlink to a directory returns false from exists(). getType() returns FileType.IMAGINARY. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira