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

HttpServer2 creates multiple authentication filters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.7.0
    • security
    • None
    • Reviewed

    Description

      The HttpServer2.defineFilter creates a Filter instance for each context. By default, there are 3 contexts.
      So there will be 3 separate AuthenticationFilter instances and corresponding AuthenticationHandler instances. This also results in 3 separate initializations of AuthenticationHandler.
      The log file illustrating this repeated initialization is attached.

      Attachments

        1. HADOOP-10703.patch
          4 kB
          Benoy Antony
        2. HADOOP-10703-002.patch
          4 kB
          Benoy Antony
        3. HADOOP-10703-003.patch
          4 kB
          Benoy Antony
        4. multiple-authenticationfilter-inits.log
          3 kB
          Benoy Antony

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: