[
https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907101#comment-14907101
]
Joerg Schaible edited comment on VFS-203 at 9/24/15 9:57 PM:
-------------------------------------------------------------
Not true for Unix:
{noformat}
$ touch \?\"\\\*.txt
$ ls -1 *.txt
?"\*.txt
$ rm *.txt
{noformat}
Actually it depends also on the underlying file system. You can use NT in Linux
or Ext3 in Windows. Wonder, what VFS can do about ...
was (Author: joehni):
Not true for Unix:
{noformat}
$ touch \?\"\\\*.txt
$ ls -1 *.txt
?"\*.txt
$ rm *.txt
{noformat}
> FileObject..getName().getURI() returns URIs with spaces
> -------------------------------------------------------
>
> Key: VFS-203
> URL: https://issues.apache.org/jira/browse/VFS-203
> Project: Commons VFS
> Issue Type: Bug
> Affects Versions: 1.0
> Reporter: Tim Lebedkov
> Attachments: VFD-203-v2.patch, VFD-203-v3.patch, patch.txt
>
>
> Windows supports file names with spaces and '#'. AFAIK spaces are not allowed
> in URIs and # will be interpreted as an URI fragment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)