SLING-11155 - Bundled scripts should be registered by path for the main script when overriding (#4)

* SLING-11155: add a test case for SLING-11155 to make sure we don't override the default GET servlet for proxies

* Update to latest scripting.core
4 files changed
tree: 801a76ccef562f866f79d515371de0c3770618f4
  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 precompiled bundled scripts feature supported by the Apache Sling Servlets Resolver module, starting with the 2.7.0 release.

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