This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bcd394d  Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/38/
bcd394d is described below

commit bcd394d346324f825cdaad6fbcc03484a542a491
Author: jenkins <[email protected]>
AuthorDate: Mon Oct 5 10:01:15 2020 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/38/
---
 documentation/the-sling-engine/servlets.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/documentation/the-sling-engine/servlets.html 
b/documentation/the-sling-engine/servlets.html
index b490c8d..63ce426 100644
--- a/documentation/the-sling-engine/servlets.html
+++ b/documentation/the-sling-engine/servlets.html
@@ -337,6 +337,9 @@ sling.servlet.extensions = [ &quot;html&quot;, 
&quot;txt&quot;, &quot;json&quot;
 <li>If an <code>NonExistingResource</code> was created for the request the 
<code>DefaultServlet</code> sends a 404 (Not Found)</li>
 <li>Otherwise the <code>DefaultServlet</code> sends a 500 (Internal Server 
Error), because normally at least a <code>NonExistingResource</code> should be 
created</li>
 </ul>
+<h2><a href="#bundled-scripts" id="bundled-scripts">Bundled Scripts</a></h2>
+<p>Version 2.7.0 of the <code>org.apache.sling.servlets.resolver</code> bundle 
supports providing immutable scripts via OSGi bundles and optionally 
precompiling them.</p>
+<p>See <a 
href="https://github.com/apache/sling-org-apache-sling-servlets-resolver";>that 
module's README file</a> for more information.</p>
 <h2><a href="#optingservlet-interface" 
id="optingservlet-interface">OptingServlet interface</a></h2>
 <p>If a registered servlet implements the OptingServlet interface, Sling uses 
that servlet's <code>accepts(SlingHttpServletRequest request)</code> method to 
refine the servlet resolution process.</p>
 <p>In this case, the servlet is only selected for processing the current 
request if its <code>accept</code> method returns true.</p>
@@ -358,7 +361,7 @@ sling.servlet.extensions = [ &quot;html&quot;, 
&quot;txt&quot;, &quot;json&quot;
             </div><footer class="footer">
                 <div class="content has-text-centered is-small">
 <div class="revisionInfo">
-                        Last modified by <span class="author">Bertrand 
Delacretaz</span> on <span class="comment">Wed Mar 25 12:55:54 2020 +0100</span>
+                        Last modified by <span class="author">Bertrand 
Delacretaz</span> on <span class="comment">Mon Oct 5 11:56:11 2020 +0200</span>
                     </div>                    <p>
                         Apache Sling, Sling, Apache, the Apache feather logo, 
and the Apache Sling project logo are trademarks of The Apache Software 
Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
                     </p><p>

Reply via email to