Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A8A1C200B7C for ; Thu, 8 Sep 2016 17:46:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A73B9160AAD; Thu, 8 Sep 2016 15:46:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E730B160ABD for ; Thu, 8 Sep 2016 17:46:22 +0200 (CEST) Received: (qmail 95854 invoked by uid 500); 8 Sep 2016 15:46:21 -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 95739 invoked by uid 99); 8 Sep 2016 15:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 15:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA9E72C014C for ; Thu, 8 Sep 2016 15:46:20 +0000 (UTC) Date: Thu, 8 Sep 2016 15:46:20 +0000 (UTC) From: "Sergiy Shyrkov (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-4702) BundleSynchronizer/ConfigurationSynchronizer do not check white/backlinks when syncing with cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 15:46:23 -0000 Sergiy Shyrkov created KARAF-4702: ------------------------------------- Summary: BundleSynchronizer/ConfigurationSynchronizer do not check white/backlinks when syncing with cluster Key: KARAF-4702 URL: https://issues.apache.org/jira/browse/KARAF-4702 Project: Karaf Issue Type: Bug Components: cellar-bundle, cellar-config Affects Versions: cellar-4.0.1 Reporter: Sergiy Shyrkov This one is a follow up for KARAF-4698 where changes were introduced which currently do not check for configured white/blacklists. In our case the ConfigurationSynchronizer deletes the local FileInstall config because of this, although it is blacklisted in org.apache.karaf.cellar.groups.cfg as: {code} default.config.blacklist.inbound = org.apache.felix.fileinstall*, \ ... {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)