Return-Path: Delivered-To: apmail-hadoop-zookeeper-dev-archive@locus.apache.org Received: (qmail 34654 invoked from network); 21 Jul 2008 19:01:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 19:01:55 -0000 Received: (qmail 2326 invoked by uid 500); 21 Jul 2008 19:01:54 -0000 Delivered-To: apmail-hadoop-zookeeper-dev-archive@hadoop.apache.org Received: (qmail 2315 invoked by uid 500); 21 Jul 2008 19:01:54 -0000 Mailing-List: contact zookeeper-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-dev@hadoop.apache.org Delivered-To: mailing list zookeeper-dev@hadoop.apache.org Received: (qmail 2293 invoked by uid 99); 21 Jul 2008 19:01:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 12:01:54 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 19:01:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E02A234C17A for ; Mon, 21 Jul 2008 12:01:34 -0700 (PDT) Message-ID: <1071474946.1216666894318.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 12:01:34 -0700 (PDT) From: "Benjamin Reed (JIRA)" To: zookeeper-dev@hadoop.apache.org Subject: [jira] Updated: (ZOOKEEPER-48) AUTH_ID not handled correctly when no auth ids are present In-Reply-To: <1839773357.1213941825108.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ZOOKEEPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated ZOOKEEPER-48: ----------------------------------- Attachment: acl_4.patch Added documentation to fixupACL and added an INFO message if ACLs are skipped. > AUTH_ID not handled correctly when no auth ids are present > ---------------------------------------------------------- > > Key: ZOOKEEPER-48 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-48 > Project: Zookeeper > Issue Type: Bug > Components: server > Reporter: Benjamin Reed > Assignee: Benjamin Reed > Attachments: acl_4.patch > > > AUTH_ID is used (usually done using Ids.CREATOR_ALL_ACL ) to represent the id that was used to authenticate with ZooKeeper. Thus, an exception should be raised if there are no authenticated ids present. Currently, the exception is not being raised. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.