This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 3f413c8 SLING-7647 - create /ANON_CAN_READ for (old) tests which need
anonymous access to content
3f413c8 is described below
commit 3f413c8cdc94d16f3a17e485ea2e721813718d35
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu May 3 18:03:29 2018 +0200
SLING-7647 - create /ANON_CAN_READ for (old) tests which need anonymous
access to content
---
src/main/provisioning/model.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index cb22d70..8218586 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -44,3 +44,8 @@
create path /repoinit/provisioningModelTest
create service user provisioningModelUser
+
+create path (sling:OrderedFolder) /ANON_CAN_READ
+set ACL for everyone
+ allow jcr:read on /ANON_CAN_READ
+end
--
To stop receiving notification emails like this one, please contact
[email protected].