You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2014/02/17 15:37:34 UTC

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...

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