Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E305F17D42 for ; Thu, 19 Mar 2015 14:48:38 +0000 (UTC) Received: (qmail 14790 invoked by uid 500); 19 Mar 2015 14:40:43 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 14714 invoked by uid 500); 19 Mar 2015 14:40:43 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 14568 invoked by uid 99); 19 Mar 2015 14:40:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2015 14:40:42 +0000 Date: Thu, 19 Mar 2015 14:40:42 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10703) HttpServer2 creates multiple authentication filters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-10703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14369416#comment-14369416 ] Hudson commented on HADOOP-10703: --------------------------------- FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #128 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/128/]) HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony. (wheat9: rev 19b298f6124f98770c0831dc9e13ddfccb525a3c) * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java > HttpServer2 creates multiple authentication filters > --------------------------------------------------- > > Key: HADOOP-10703 > URL: https://issues.apache.org/jira/browse/HADOOP-10703 > Project: Hadoop Common > Issue Type: Bug > Components: security > Affects Versions: 2.4.0 > Reporter: Benoy Antony > Assignee: Benoy Antony > Fix For: 2.7.0 > > Attachments: HADOOP-10703-002.patch, HADOOP-10703-003.patch, HADOOP-10703.patch, multiple-authenticationfilter-inits.log > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)