[
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427654#comment-13427654
]
Aaron T. Myers commented on HDFS-3756:
--------------------------------------
+1 pending Jenkins.
> 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
> 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