SLING-10987 - Don't overwrite/remove nodes outside the nodes really owned by HTL REPL (#6)

Fix path for /content/htl/repl. Without this change, content would be installed under
/content/htl/repl/repl, breaking the bundle's functionality.

Co-authored-by: Konrad Windszus <kwin@apache.org>
1 file changed
tree: a73653773e23a60ebaa5c0d4f141b07f4bc9b2f3
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Coverage Sonarcloud Status JavaDoc Maven Central scripting License

Apache Sling Scripting HTL Read-Eval-Print Loop Environment

This module is part of the Apache Sling project.

To install:

mvn clean install sling:install

Then just browse to http://localhost:8080/htl/repl.html.