SLING-9718 - Relative paths for bundled HTL template files are not correctly handled

* if a servlet resource is found, work directly with its path to find the script class
or bundle entry
* corrected class name / file name when working with identifiers containing
relative path segments
3 files changed
tree: 6507eb18e68eac3350e5ab06ead9261c31726350
  1. examples/
  2. it/
  3. .gitignore
  4. .sling-module.json
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status scripting License

Apache Sling Scripting Bundle Tracker Integration Tests

This project provides the integration tests and some test examples for the Apache Sling Scripting Bundle Tracker module.

Example

To play around with a sling instance on localhost port 8080 (override with -Dhttp.port=) that has the examples installed run:

mvn clean verify -Pexample