-
Feature Request
-
Resolution: Done
-
Major
-
3.1.0.Final
-
None
The new FileSystemConnector is always adding child node references for all java.io.File objects returned from parentDir.listFiles(...). This is not correct; we should check whether the resulting File objects actually exist and are readable (e.g., no permission to read).
Note that in the case of a broken symlink (see MODE-1482), a File object will be returned from the listFiles(...) method but will not exist.
- is related to
-
MODE-1482 Add "ignoreBrokenSymlinks" feature to the filesystem connector
- Closed