You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2016/10/06 14:24:21 UTC

[jira] [Resolved] (CB-11848) [Windows] File plugin, nativeUrl includes two slashes before filename

     [ https://issues.apache.org/jira/browse/CB-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov resolved CB-11848.
-----------------------------------
    Resolution: Fixed

> [Windows] File plugin, nativeUrl includes two slashes before filename
> ---------------------------------------------------------------------
>
>                 Key: CB-11848
>                 URL: https://issues.apache.org/jira/browse/CB-11848
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>            Reporter: Maarten Manders
>              Labels: windows
>
> The returned FileEntry object in the getFile function of a DirectoryEntry object contains an incorrect nativeUrl that contains 2 slashes before the filename (ie. ms-appdata:///temp//myfile.file).
> This can seemingly be resolved by changing the following line in the getFile function in FileProxy.js:
> var fspath = sanitize(dirpath +'/'+ path);
> to
> var fspath = sanitize(path);
> I am unsure if this causes any side-effects however.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org