Alejandro Abdelnur created HDFS-3756:
----------------------------------------

             Summary: DelegationTokenFetcher creates 2 HTTP connections, the 
second one not properly configured
                 Key: HDFS-3756
                 URL: https://issues.apache.org/jira/browse/HDFS-3756
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: security
    Affects Versions: 2.0.0-alpha
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur
            Priority: Critical
             Fix For: 2.2.0-alpha


When doing the forwardport of HDFS-2617 to trunk I've missed deleting the 
original connection creation when converting it to use the SecurityUtil class.

{code}
       connection = (HttpURLConnection) 
SecurityUtil.openSecureHttpConnection(url);
      connection = (HttpURLConnection)URLUtils.openConnection(url);
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to