[
https://issues.apache.org/jira/browse/CB-7413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112277#comment-14112277
]
ASF GitHub Bot commented on CB-7413:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/70
CB-7413 Adds support of 'ms-appdata://' URIs
Fix for https://issues.apache.org/jira/browse/CB-7413
This also fixes resolving of `file://` urls
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-file CB-7413
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file/pull/70.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 #70
----
commit ca474eda463308d38600459f9e38fe4c01b9ecbc
Author: Vladimir Kotikov <[email protected]>
Date: 2014-08-27T12:58:41Z
CB-7413 Adds support of 'ms-appdata://' URIs. Fixes 'file://' URIs handling.
----
> File plugin can't resolve native 'ms-appdata' URIs
> --------------------------------------------------
>
> Key: CB-7413
> URL: https://issues.apache.org/jira/browse/CB-7413
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File
> Reporter: Vladimir Kotikov
> Labels: file, plugin-file, windows
>
> Windows 8/8.1 platform provides own {{ms-appdata://}} scheme for accessing
> files, stored in application data folder.
> Unfortunately File plugin can't resolve such URIs to native (by
> {{resolveLocalFileSystemURI}} method), and due to this can't be used, for
> example, with Camera plugin which returns such urls for captured files.
> Another, but related issue - broken {{file://}} support. Such URL are never
> resolved due to some logic at the start of {{resolveLocalFileSystemURI}}
> method.
--
This message was sent by Atlassian JIRA
(v6.2#6252)