You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/09 10:00:33 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch kwin-patch-1 created (now 171c66e)

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

kwin pushed a change to branch kwin-patch-1
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git.


      at 171c66e  Make Sling-Initial-Content more specific

This branch includes the following new commits:

     new 171c66e  Make Sling-Initial-Content more specific

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


[sling-org-apache-sling-scripting-sightly-repl] 01/01: Make Sling-Initial-Content more specific

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

kwin pushed a commit to branch kwin-patch-1
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git

commit 171c66e747ffbb51fc7e7477911aceff9e613321
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 9 11:00:30 2021 +0100

    Make Sling-Initial-Content more specific
    
    This prevents overwriting other nodes and ACLs at /apps, /content or /etc
---
 bnd.bnd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8d2f5a7..628bee0 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
-Sling-Initial-Content: SLING-INF;overwrite=true
-Require-Capability:    io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"
\ No newline at end of file
+Sling-Initial-Content: SLING-INF/apps/repl/components/repl;overwrite=true;path=/apps/repl/components/repl,SLING-INF/content/htl/repl.json;overwrite=true;path=/content/htl/repl,SLING-INF/etc/clientlibs/repl;overwrite=true;path=/etc/clientlibs/repl
+Require-Capability:    io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"