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 4B49C7388 for ; Mon, 24 Oct 2011 20:30:59 +0000 (UTC) Received: (qmail 3543 invoked by uid 500); 24 Oct 2011 20:30:58 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 3471 invoked by uid 500); 24 Oct 2011 20:30:58 -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 3334 invoked by uid 99); 24 Oct 2011 20:30:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 20:30:58 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 20:30:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B50B1319C67 for ; Mon, 24 Oct 2011 20:28:35 +0000 (UTC) Date: Mon, 24 Oct 2011 20:28:35 +0000 (UTC) From: "jiraposter@reviews.apache.org (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1640742482.10294.1319488115743.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <843642925.10236.1319487032174.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7764) Allow both ACL list and global path spec filters to HttpServer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134449#comment-13134449 ] jiraposter@reviews.apache.org commented on HADOOP-7764: ------------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2549/ ----------------------------------------------------------- Review request for Robert Evans, Ravi Prakash and Mark Holderbaugh. Summary ------- HttpServer allows setting global path spec filters in one constructor and ACL list in another constructor. Having both set in HttpServer is not user settable either by public API or constructor. This feature is needed for MAPREDUCE-3175. No tests were added since no new functionality was added. Only a single API change. This addresses bug HADOOP-7764. http://issues.apache.org/jira/browse/HADOOP-7764 Diffs ----- hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer.java 6ad3703 Diff: https://reviews.apache.org/r/2549/diff Testing ------- Thanks, Jonathan > Allow both ACL list and global path spec filters to HttpServer > -------------------------------------------------------------- > > Key: HADOOP-7764 > URL: https://issues.apache.org/jira/browse/HADOOP-7764 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.23.0, 0.24.0 > Reporter: Jonathan Eagles > Assignee: Jonathan Eagles > Attachments: HADOOP-7764.patch > > > HttpServer allows setting global path spec filters in one constructor and ACL list in another constructor. Having both set in HttpServer is not user settable either by public API or constructor. -- 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