Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11350

The size of header buffer of HttpServer is too small when HTTPS is enabled

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      curl -k  -vvv -i -L --negotiate -u : https://<servername>:50070
      
      < HTTP/1.1 413 FULL head
      HTTP/1.1 413 FULL head
      < Connection: close
      Connection: close
      < Server: Jetty(6.1.26)
      Server: Jetty(6.1.26)
      

      For some users, the spnego token too large for the default header buffer used by Jetty.

      Though the issue is fixed for HTTP connections (via HADOOP-8816), HTTPS connections needs to be fixed as well.

      Attachments

        1. HADOOP-11350.patch
          3 kB
          Benoy Antony
        2. HADOOP-11350.patch
          3 kB
          Benoy Antony
        3. HADOOP-11350.patch
          8 kB
          Benoy Antony
        4. HADOOP-11350.patch
          8 kB
          Benoy Antony

        Issue Links

          Activity

            People

              benoyantony Benoy Antony
              benoyantony Benoy Antony
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: