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

Hudson commented on HADOOP-10175:
---------------------------------

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1648 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1648/])
HADOOP-10175. Har files system authority should preserve userinfo. Contributed 
by Chuan Liu. (cnauroth: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1553169)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFileSystem.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestHarFileSystemBasics.java


> Har files system authority should preserve userinfo
> ---------------------------------------------------
>
>                 Key: HADOOP-10175
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10175
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 3.0.0, 2.2.0
>            Reporter: Chuan Liu
>            Assignee: Chuan Liu
>             Fix For: 3.0.0, 2.3.0
>
>         Attachments: HADOOP-10175.2.patch, HADOOP-10175.patch
>
>
> When Har file system parse the URI to get the authority at initialization, 
> the userinfo is not preserved. This may lead to failures if the underlying 
> file system relies on the userinfo to work properly. E.g. 
> har://file-user:passwd@localhost:80/test.har will be parsed to 
> har://file-localhost:80/test.har, where user:passwd is lost in the processing.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to