Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 33386 invoked from network); 15 Dec 2010 12:23:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 12:23:25 -0000 Received: (qmail 45754 invoked by uid 500); 15 Dec 2010 12:23:25 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 45570 invoked by uid 500); 15 Dec 2010 12:23:25 -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 45563 invoked by uid 99); 15 Dec 2010 12:23:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 12:23:25 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 12:23:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBFCN46H012995 for ; Wed, 15 Dec 2010 12:23:04 GMT Message-ID: <17156945.134621292415784019.JavaMail.jira@thor> Date: Wed, 15 Dec 2010 07:23:04 -0500 (EST) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2841) Avoid path resolution in case of non-wildcard ACEs (follow-up to JCR-2573) In-Reply-To: <4669186.56651291982281371.JavaMail.jira@thor> 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/JCR-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-2841. ------------------------- Resolution: Fixed > Avoid path resolution in case of non-wildcard ACEs (follow-up to JCR-2573) > -------------------------------------------------------------------------- > > Key: JCR-2841 > URL: https://issues.apache.org/jira/browse/JCR-2841 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core, security > Affects Versions: 2.2.0 > Reporter: angela > Assignee: angela > Fix For: 2.2.1 > > > adding the ability to specify wildcard-ac-entries in the default resource based access control management lead to > always resolving the id passed to AccessControlProvider#canRead in order to be able to properly evaluate > any wildcard-aces present. > this could be improved with minor refactoring that postpones the path resolution and omitting it if there are no > wildcard-aces to compare with. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.