Improvements

* allowed scripts to retrieve their own name through the "javax_script_filename" global property
* added support for HTTP methods script matching in BundledScriptFinder
* added support for the PATCH HTTP method in the ScriptingMavenPlugin
* made sure that the Dispatcher servlet from the BundledScriptTracker is registered on the same
extensions as the BundledScriptServlet for the same sling.resourceType capability
* moved example endpoints for better understanding of content-to-script mapping
* updated EndpointIT with the new endpoints plus the Sling Testing Clients mechanism for
waiting for content to be installed
4 files changed
tree: 18b7ad0b75185107282f82efcb043a581bcd6496
  1. main/
  2. src/
  3. test/
  4. .gitignore
  5. bnd.bnd
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. Jenkinsfile
  9. LICENSE
  10. pom.xml
  11. README.md
README.md

Build Status Test Status Maven Central JavaDocs License servlets

Apache Sling Servlet Resolver

This module is part of the Apache Sling project.

Bundle implementing the Sling API ServletResolver.