GitHub user eymorale opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/78
CB-7423 encode path before attempting to resolve
For some of the tests in mobilespec, files aren't getting deleted at
cleanup so you get a PATH_EXISTS error on the second run. The files are not
getting deleted because the URI is not getting resolved on the native side. The
files are not getting resolved because whitespace in the path is not getting
encoded before attempting to resolve.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eymorale/cordova-plugin-file CB-7423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file/pull/78.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #78
----
commit fefedeedd83c6dfc422c9dfc3b806121ecaab162
Author: Edna Morales <[email protected]>
Date: 2014-09-02T21:06:18Z
CB-7423 encode path before attempting to resolve
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---