Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27B46F143 for ; Thu, 28 Mar 2013 14:32:16 +0000 (UTC) Received: (qmail 81969 invoked by uid 500); 28 Mar 2013 14:32:15 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 81888 invoked by uid 500); 28 Mar 2013 14:32:15 -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 81860 invoked by uid 99); 28 Mar 2013 14:32:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 14:32:15 +0000 Date: Thu, 28 Mar 2013 14:32:15 +0000 (UTC) From: "Lars Krapf (JIRA)" To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (JCR-3552) Principal assiocated with Group does not update members 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-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616297#comment-13616297 ] Lars Krapf commented on JCR-3552: --------------------------------- User management collects and caches group membership information in the membership provider, therefore the private field on the principal can be dropped. There is no expected log-in performance impact associated with the proposed change, as the default login-module uses PrincipalProvider.collectGroupMembership() which operates on the user management directly. > Principal assiocated with Group does not update members > ------------------------------------------------------- > > Key: JCR-3552 > URL: https://issues.apache.org/jira/browse/JCR-3552 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core, security > Reporter: Lars Krapf > > The Principal associated with a GroupImpl keeps a private member cache, which does not get > updated after a group membership modification. > This leads to inconsistencies in combination with default PrincipalProvider that keeps a separate principal cache. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira