Path can not handle a file name that contains a back slash
----------------------------------------------------------

                 Key: HADOOP-1995
                 URL: https://issues.apache.org/jira/browse/HADOOP-1995
             Project: Hadoop
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.14.1
            Reporter: Hairong Kuang
             Fix For: 0.16.0


When normalizing a path name, Path incorrectly converts a back slash to a path 
separator even if  the path name is of the unix style. This prohibs a glob from 
using a back slash to escape a special character. A fix is to make path 
normalization file system dependent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to