Return-Path: Delivered-To: apmail-hadoop-zookeeper-dev-archive@locus.apache.org Received: (qmail 65082 invoked from network); 16 Jul 2008 00:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2008 00:04:22 -0000 Received: (qmail 57507 invoked by uid 500); 16 Jul 2008 00:04:22 -0000 Delivered-To: apmail-hadoop-zookeeper-dev-archive@hadoop.apache.org Received: (qmail 57477 invoked by uid 500); 16 Jul 2008 00:04:22 -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 57466 invoked by uid 99); 16 Jul 2008 00:04:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 17:04:22 -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; Wed, 16 Jul 2008 00:03:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9431234C169 for ; Tue, 15 Jul 2008 17:03:31 -0700 (PDT) Message-ID: <655426670.1216166611692.JavaMail.jira@brutus> Date: Tue, 15 Jul 2008 17:03:31 -0700 (PDT) From: "Patrick Hunt (JIRA)" To: zookeeper-dev@hadoop.apache.org Subject: [jira] Assigned: (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 ] Patrick Hunt reassigned ZOOKEEPER-48: ------------------------------------- Assignee: Benjamin Reed Ben what's the status on this one? Is it ready for review or further work needs to be done? > 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_3.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.