[jira] [Commented] (CB-9416) DirectoryEntry.getParent can't resolve dot dot(..) in path

2015-11-10 Thread Jason Ginchereau (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999513#comment-14999513
 ] 

Jason Ginchereau commented on CB-9416:
--

Dot-dots are not evaluated anywhere in the file plugin as far as I can see. 
Changing priority to Minor because this doesn't seem like very important 
functionality.

> DirectoryEntry.getParent can't resolve dot dot(..) in path
> --
>
> Key: CB-9416
> URL: https://issues.apache.org/jira/browse/CB-9416
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 5.1.1
>Reporter: FangLijun
>  Labels: Triaged
>
> resolveLocalFileSystemURL('file:///data/..',function(d){data_dot=d});
> data_dot.getParent(function(d){data_dot_p=d})
> data_dot_p.nativeURL
> => "file:///data/"
> should be "file:///"



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

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



[jira] [Commented] (CB-9416) DirectoryEntry.getParent can't resolve dot dot(..) in path

2015-08-10 Thread Murat Sutunc (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680579#comment-14680579
 ] 

Murat Sutunc commented on CB-9416:
--

Which OS are you observing this behavior? Thanks!

> DirectoryEntry.getParent can't resolve dot dot(..) in path
> --
>
> Key: CB-9416
> URL: https://issues.apache.org/jira/browse/CB-9416
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 5.1.1
>Reporter: FangLijun
>
> resolveLocalFileSystemURL('file:///data/..',function(d){data_dot=d});
> data_dot.getParent(function(d){data_dot_p=d})
> data_dot_p.nativeURL
> => "file:///data/"
> should be "file:///"



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

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