[ 
https://issues.apache.org/jira/browse/HADOOP-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566757#action_12566757
 ] 

Mahadev konar commented on HADOOP-1995:
---------------------------------------

it looks like it would impossible without making Path os dependent ( able to 
differentiate between windows and linux) but then it would involve different 
application behavior on windows and linux. I am marking this as a later fix. 

> 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 Core
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.14.1
>            Reporter: Hairong Kuang
>            Assignee: Mahadev konar
>
> 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