[
https://issues.apache.org/jira/browse/VFS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907222#comment-14907222
]
Sebb commented on VFS-203:
--------------------------
Unix paths can contain anything apart from NUL.
Path segments can obviously not contain '/' so filenames cannot contain '/' or
NUL.
However some characters are treated specially by the Unix shell(s), and have to
be escaped.
This does not mean that they cannot be used in file names.
E.g. ? * ( ) ; space NL [and quite a few others]
> 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)