[
https://issues.apache.org/jira/browse/HDFS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081025#comment-13081025
]
Eli Collins commented on HDFS-2235:
-----------------------------------
Per the original comment then problem is that ";" needs to be encoded in the
path otherwise HttpServletRequest#getPathInfo will strip it and following
characters out. Therefore the path needs to be encoded. Per the URI spec you
need to do this for cases for reserved URI characters that can't always map
1:1, there's no standard way of doing this because the mapping is specific to
the scheme used for the local file system. You can URL encode the whole thing,
which is how we encode path names passed as a parameters, however that loses
the hierarchy and as you say, makes it more difficult to debug.
> Hftp doesn't support paths with semicolons
> ------------------------------------------
>
> Key: HDFS-2235
> URL: https://issues.apache.org/jira/browse/HDFS-2235
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: name-node
> Affects Versions: 0.23.0
> Reporter: Eli Collins
> Fix For: 0.23.0
>
>
> Hftp does not support paths which contain semicolons. The commented out test
> in HDFS-2234 illustrates this.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira