Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-3756

DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.0.0-alpha
    • 2.0.2-alpha
    • security
    • None

    Description

      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.

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

      Attachments

        1. HDFS-3756.patch
          0.9 kB
          Alejandro Abdelnur

        Activity

          People

            tucu00 Alejandro Abdelnur
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: