You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Daniel Darabos (JIRA)" <ji...@apache.org> on 2014/04/16 14:56:16 UTC

[jira] [Created] (HADOOP-10511) s3n:// incorrectly handles URLs with secret keys that contain a slash

Daniel Darabos created HADOOP-10511:
---------------------------------------

             Summary: s3n:// incorrectly handles URLs with secret keys that contain a slash
                 Key: HADOOP-10511
                 URL: https://issues.apache.org/jira/browse/HADOOP-10511
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/s3
            Reporter: Daniel Darabos


This is similar to HADOOP-3733, but happens on s3n:// instead of s3://.

Essentially if I have a path like "s3n://key:pass%2Fword@example.com/test", it will under certain circumstances be replaced with "s3n://key:pass/test" which then causes "Invalid hostname in URI" exceptions.

I have a unit test and a fix for this. I'll make a pull request in a moment.



--
This message was sent by Atlassian JIRA
(v6.2#6252)