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

Hudson commented on HDFS-3756:
------------------------------

Integrated in Hadoop-Common-trunk-Commit #2552 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2552/])
    HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second 
one not properly configured. (tucu) (Revision 1368733)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1368733
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java

                
> 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
>
>         Attachments: HDFS-3756.patch
>
>
> 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