Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: file-management-1.2
-
Fix Version/s: file-management-1.2.1
-
Component/s: file-management
-
Labels:None
-
Number of attachments :
Description
Given this directory structure:
./
dir/
subdir/
subdir/ -> dir/subdir/
isSymlink("./subdir") erroneously returns false because its logic does not properly handle links to sub directories of the link's parent directory.