FileSetManager.isSymlink() produces false negatives
---------------------------------------------------

                 Key: MSHARED-57
                 URL: http://jira.codehaus.org/browse/MSHARED-57
             Project: Maven Shared Components
          Issue Type: Bug
          Components: file-management
    Affects Versions: file-management 1.2
            Reporter: Benjamin Bentmann


Given this directory structure:
{noformat}
./
  dir/
    subdir/
  subdir/  -> dir/subdir/
{noformat}
{{isSymlink("./subdir")}} erroneously returns false because its logic does not 
properly handle links to sub directories of the link's parent directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to