You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/02/08 20:51:02 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (84abfc0 -> 029e7c7)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git.


    from 84abfc0  SLING-3821 Run launchpad integration tests against Sling on Karaf
     new 56739c5  SLING-6130 Restrict access for principal everyone and move configuration to repoinit
     new 029e7c7  SLING-6130 Restrict access for principal everyone and move configuration to repoinit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                                | 2 ++
 .../karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-6130 Restrict access for principal everyone and move configuration to repoinit

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 029e7c788b123c266b466d23056041b527d4ddf6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Feb 8 21:49:57 2018 +0100

    SLING-6130 Restrict access for principal everyone and move configuration to repoinit
    
    * exclude FiltersTest until adjusted
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2b70dda..ec8c1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,8 @@
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
                 <!-- SLING-5414 Launchpad/Provisioning Model only -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
+                <!-- SLING-6130 -->
+                <exclude>org/apache/sling/launchpad/webapp/integrationtest/FiltersTest</exclude>
               </excludes>
             </configuration>
           </plugin>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-6130 Restrict access for principal everyone and move configuration to repoinit

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 56739c54d0ced746fe5c694584285f08eaa1714c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Feb 8 21:10:24 2018 +0100

    SLING-6130 Restrict access for principal everyone and move configuration to repoinit
    
    * adjust IT (allow read access to /)
---
 .../karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
index ceb3a82..ea15b95 100644
--- a/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
+++ b/src/test/java/org/apache/sling/karaf/tests/configuration/SlingQuickstartOakTarConfiguration.java
@@ -33,7 +33,8 @@ public class SlingQuickstartOakTarConfiguration extends KarafTestSupport {
     public Option[] configuration() throws Exception {
         final int httpPort = Integer.getInteger("http.port");
         final String[] scripts = new String[]{
-            "create path /repoinit/provisioningModelTest\ncreate service user provisioningModelUser"
+            "create path /repoinit/provisioningModelTest\ncreate service user provisioningModelUser",
+            "set ACL for everyone\nallow jcr:read on /\nend"
         };
         return OptionUtils.combine(baseConfiguration(),
             cleanCaches(true),

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.