Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EE35107C6 for ; Mon, 17 Feb 2014 14:38:05 +0000 (UTC) Received: (qmail 76446 invoked by uid 500); 17 Feb 2014 14:38:02 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 76289 invoked by uid 500); 17 Feb 2014 14:37:58 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 76111 invoked by uid 99); 17 Feb 2014 14:37:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 14:37:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 14:37:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3B19123888FE; Mon, 17 Feb 2014 14:37:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1569011 [1/3] - in /ace/trunk: cnf/localrepo/ cnf/localrepo/org.apache.felix.useradmin.filestore/ cnf/localrepo/org.apache.felix.useradmin/ org.apache.ace.authentication.itest/ org.apache.ace.client.automation/src/org/apache/ace/client/aut... Date: Mon, 17 Feb 2014 14:37:34 -0000 To: commits@ace.apache.org From: jawi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140217143735.3B19123888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jawi Date: Mon Feb 17 14:37:33 2014 New Revision: 1569011 URL: http://svn.apache.org/r1569011 Log: ACE-454 / ACE-455: - upgraded to latest Felix UserAdmin bundles as first fix for ACE-454 (the user admin store wasn't correctly read upon restart of the bundle/server); - UpdateUserAdminTask did not persist the version of its repository, causing it to always think it should upgrade the user admin config (2nd fix for ACE-454); - simplified the interface of UserAdminConfigurator by removing the unnessary (and unused) methods; - remove the 'serveruseradmin' bundle that always creates a static user in the UserAdmin, which is a potential security hole (ACE-455); - fixed all unit tests that still relied on the existance of the statically created user. Added: ace/trunk/cnf/localrepo/org.apache.felix.useradmin.filestore/org.apache.felix.useradmin.filestore-1.0.2.jar (with props) ace/trunk/cnf/localrepo/org.apache.felix.useradmin/org.apache.felix.useradmin-1.0.3.jar (with props) Removed: ace/trunk/cnf/localrepo/org.apache.felix.useradmin.filestore/org.apache.felix.useradmin.filestore-1.0.1.jar ace/trunk/cnf/localrepo/org.apache.felix.useradmin/org.apache.felix.useradmin-1.0.2.jar ace/trunk/org.apache.ace.configurator/serveruseradmin.bnd ace/trunk/org.apache.ace.configurator/src/org/apache/ace/configurator/serveruseradmin/ Modified: ace/trunk/cnf/localrepo/index.xml ace/trunk/org.apache.ace.authentication.itest/bnd.bnd ace/trunk/org.apache.ace.client.automation/src/org/apache/ace/client/automation/AutoTargetOperator.java ace/trunk/org.apache.ace.client.repository.itest/bnd.bnd ace/trunk/org.apache.ace.client.repository.itest/src/org/apache/ace/it/repositoryadmin/BaseRepositoryAdminTest.java ace/trunk/org.apache.ace.client.repository.itest/src/org/apache/ace/it/repositoryadmin/ClientAutomationTest.java ace/trunk/org.apache.ace.client.rest.itest/bnd.bnd ace/trunk/org.apache.ace.configurator/src/org/apache/ace/configurator/useradmin/task/UpdateUserAdminTask.java ace/trunk/org.apache.ace.resourceprocessor.useradmin/src/org/apache/ace/resourceprocessor/useradmin/UserAdminConfigurator.java ace/trunk/org.apache.ace.resourceprocessor.useradmin/src/org/apache/ace/resourceprocessor/useradmin/impl/Activator.java ace/trunk/org.apache.ace.resourceprocessor.useradmin/src/org/apache/ace/resourceprocessor/useradmin/impl/Processor.java ace/trunk/org.apache.ace.resourceprocessor.useradmin/src/org/apache/ace/resourceprocessor/useradmin/impl/ResourceStore.java ace/trunk/org.apache.ace.resourceprocessor.useradmin/src/org/apache/ace/resourceprocessor/useradmin/impl/UserAdminStore.java ace/trunk/org.apache.ace.test/src/org/apache/ace/it/IntegrationTestBase.java ace/trunk/run-client/client.bndrun ace/trunk/run-server-allinone/conf/org.apache.ace.client.automation.cfg ace/trunk/run-server-allinone/server-allinone.bndrun ace/trunk/run-server/server.bndrun