You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2021/12/15 07:46:49 UTC

[GitHub] [sling-org-apache-sling-scripting-sightly-repl] kwin commented on a change in pull request #6: SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL

kwin commented on a change in pull request #6:
URL: https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl/pull/6#discussion_r769341927



##########
File path: bnd.bnd
##########
@@ -1,4 +1,4 @@
 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/content/htl/repl.json;overwrite:=true;path:=/content/htl,\

Review comment:
       ```suggestion
       SLING-INF/content/htl;overwrite:=true;path:=/content/htl,\
   ```
   
   This seems the safer approach, because otherwise we might rely on a bug in jcr.contentloader.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org