[jira] [Updated] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Alejandro Abdelnur (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated HDFS-3756:
-

Attachment: HDFS-3756.patch

 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




[jira] [Updated] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Aaron T. Myers (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron T. Myers updated HDFS-3756:
-

Target Version/s: 2.2.0-alpha
   Fix Version/s: (was: 2.2.0-alpha)

 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




[jira] [Updated] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Alejandro Abdelnur (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated HDFS-3756:
-

Status: Patch Available  (was: Open)

 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




[jira] [Updated] (HDFS-3756) DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

2012-08-02 Thread Alejandro Abdelnur (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated HDFS-3756:
-

   Resolution: Fixed
Fix Version/s: 2.2.0-alpha
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk  branch-2.

 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