Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56E8118591 for ; Fri, 19 Feb 2016 02:36:18 +0000 (UTC) Received: (qmail 18121 invoked by uid 500); 19 Feb 2016 02:36:18 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 18097 invoked by uid 500); 19 Feb 2016 02:36:18 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 18071 invoked by uid 99); 19 Feb 2016 02:36:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2016 02:36:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1AC0F2C1F58 for ; Fri, 19 Feb 2016 02:36:18 +0000 (UTC) Date: Fri, 19 Feb 2016 02:36:18 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4348) [RBAC] Wildcard PIDs chosen before more specific ones 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/KARAF-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153581#comment-15153581 ] ASF subversion and git services commented on KARAF-4348: -------------------------------------------------------- Commit fcc3e44c565d62eb8e9e6dbbfd6589f132a0863b in karaf's branch refs/heads/karaf-2.x from [~gzres] [ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=fcc3e44 ] [KARAF-4348] Correct ordering of wildcard PID for RBAC (cherry picked from commit 3e83c1d45a6dc9c4a06ba4efed47e2de2ec36cd2) > [RBAC] Wildcard PIDs chosen before more specific ones > ----------------------------------------------------- > > Key: KARAF-4348 > URL: https://issues.apache.org/jira/browse/KARAF-4348 > Project: Karaf > Issue Type: Bug > Components: karaf-security > Affects Versions: 2.4.4, 3.0.6, 4.0.4 > Reporter: Grzegorz Grzybek > Assignee: Freeman Fang > Fix For: 2.x, 4.0.5, 3.0.7 > > > Depending on the order of PIDs returned from {{configAdmin.listConfigurations("(service.pid=jmx.acl*)")}}, for MBean {{foo.bar:type=Test}} and PIDs in the following order: > * {{jmx.acl._.bar.Test}} > * {{jmx.acl.foo.bar.Test}} > RBAC is performed against wrong PID (more generic). -- This message was sent by Atlassian JIRA (v6.3.4#6332)