Chuan Liu created HADOOP-10175:
----------------------------------
Summary: 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
Affects Versions: 3.0.0
Reporter: Chuan Liu
Assignee: Chuan Liu
When Har file system parse the URI 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.4#6159)