This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push: new f92ad68 Mention bundled scripts in the servlets & scripts page f92ad68 is described below commit f92ad682166bc3f12aba5ccbe5a2e9d3b3663c01 Author: Bertrand Delacretaz <bdelacre...@apache.org> AuthorDate: Mon Oct 5 11:56:11 2020 +0200 Mention bundled scripts in the servlets & scripts page --- src/main/jbake/content/documentation/the-sling-engine/servlets.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/jbake/content/documentation/the-sling-engine/servlets.md b/src/main/jbake/content/documentation/the-sling-engine/servlets.md index 5680925..8b8b5ce 100644 --- a/src/main/jbake/content/documentation/the-sling-engine/servlets.md +++ b/src/main/jbake/content/documentation/the-sling-engine/servlets.md @@ -283,6 +283,11 @@ Finally, if not even a registered default Servlet may be resolved for the reques * If an `NonExistingResource` was created for the request the `DefaultServlet` sends a 404 (Not Found) * Otherwise the `DefaultServlet` sends a 500 (Internal Server Error), because normally at least a `NonExistingResource` should be created +## Bundled Scripts + +Version 2.7.0 of the `org.apache.sling.servlets.resolver` bundle supports providing immutable scripts via OSGi bundles and optionally precompiling them. + +See [that module's README file](https://github.com/apache/sling-org-apache-sling-servlets-resolver) for more information. ## OptingServlet interface