Martin Gonzalez created CB-7418:
-----------------------------------
Summary: [plugin-file] Add fullPath var to condition, avoiding
undefined/ when null
Key: CB-7418
URL: https://issues.apache.org/jira/browse/CB-7418
Project: Apache Cordova
Issue Type: Bug
Components: Plugin File
Affects Versions: 3.5.0
Reporter: Martin Gonzalez
Assignee: Martin Gonzalez
Fix For: 3.6.0
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/'.
--
This message was sent by Atlassian JIRA
(v6.2#6252)