Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
Description
DirectoryEntry.js adds a trailing slash if it's missing, however, whether is null or not, it just checks that fullPath (!/\/$/), so in case of undefined it would convert an undefined object into a path as 'undefined/'.