GitHub user dhams opened a pull request: https://github.com/apache/cordova-plugin-file/pull/172
CB-10317 Encoded # in uri parse If we use # in folder name or file name Uri is not able parse that path as of now. As Uri class not parse # symbol (Uri class reserved that # as fragment identification so ) I have used encoded value of this symbol directly in `encodeHashUri `method. Method `parse` used in many places to parse the Uri path , I have encoded # in that method too in order to avoid code break. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accenture/cordova-plugin-file CB-10317 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-file/pull/172.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 #172 ---- commit 585b9523a475ca5728023b16b6adef62aa569491 Author: Sharma <dharmendra.g.sha...@accenture.com> Date: 2016-03-21T13:28:05Z Encoded # in uri parse ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org