Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 47354 invoked from network); 12 Apr 2006 11:35:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 11:35:39 -0000 Received: (qmail 29335 invoked by uid 500); 12 Apr 2006 11:35:31 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 29305 invoked by uid 500); 12 Apr 2006 11:35:30 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 29296 invoked by uid 99); 12 Apr 2006 11:35:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 04:35:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [81.19.98.105] (HELO eul0600087.eu.verio.net) (81.19.98.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 04:35:29 -0700 Received: from [192.168.1.2] ([87.219.106.131]) (authenticated bits=0) by eul0600087.eu.verio.net (8.12.11.20060308/8.12.11) with ESMTP id k3CBZ413032576 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 12 Apr 2006 13:35:06 +0200 Subject: my custom access manager From: Paco Avila To: dev@jackrabbit.apache.org In-Reply-To: <1646455684.1144832303105.JavaMail.jira@ajax> References: <1646455684.1144832303105.JavaMail.jira@ajax> Content-Type: text/plain Date: Wed, 12 Apr 2006 13:35:04 +0200 Message-Id: <1144841704.25488.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am developing my custom AccessManager for my jacrabbit based project. User access information is stored in the Nodes. So, I need to access this Node Properties in my custom AccessManager. But I can't because this property access is also checked for security access and will loop until infinite :( How can I access this properties without invoking the AccessManager again? Thanks in advance. -- Paco Avila