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 d8d92df  Automatic website deployment
d8d92df is described below

commit d8d92df8354123ae39b3e8675fc287962baf311e
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 12 16:23:02 2020 +0000

    Automatic website deployment
---
 documentation/the-sling-engine/servlets.html | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/documentation/the-sling-engine/servlets.html 
b/documentation/the-sling-engine/servlets.html
index fb0acb9..575cc94 100644
--- a/documentation/the-sling-engine/servlets.html
+++ b/documentation/the-sling-engine/servlets.html
@@ -132,10 +132,6 @@
   </thead>
   <tbody>
     <tr>
-      <td><code>sling.servlet.paths</code> </td>
-      <td>A list of absolute paths under which the servlet is accessible as a 
Resource. The property value must either be a single String, an array of 
Strings or a Vector of Strings.<br>A servlet using this property might be 
ignored unless its path is included in the <em>Execution Paths</em> 
(<code>servletresolver.paths</code>) configuration setting of the 
<code>SlingServletResolver</code> service. Either this property or the 
<code>sling.servlet.resourceTypes</code> property must be set, [...]
-    </tr>
-    <tr>
       <td><code>sling.servlet.resourceTypes</code> </td>
       <td>The resource type(s) supported by the servlet. The property value 
must either be a single String, an array of Strings or a Vector of Strings. 
Either this property or the <code>sling.servlet.paths</code> property must be 
set, or the servlet is ignored. If both are set, the servlet is registered 
using both ways. </td>
     </tr>
@@ -156,6 +152,14 @@
       <td>The request methods supported by the servlet. The property value 
must either be a single String, an array of Strings or a Vector of Strings. 
This property is only considered for the registration with 
<code>sling.servlet.resourceTypes</code>. If this property is missing, the 
value defaults to GET and HEAD, regardless of which methods are actually 
implemented/handled by the servlet. A value of <code>*</code> leads to a 
servlet being bound to all methods. </td>
     </tr>
     <tr>
+      <td><code>sling.servlet.paths</code> </td>
+      <td>A list of absolute paths under which the servlet is accessible as a 
Resource. The property value must either be a single String, an array of 
Strings or a Vector of Strings.<br>A servlet using this property might be 
ignored unless its path is included in the <em>Execution Paths</em> 
(<code>servletresolver.paths</code>) configuration setting of the 
<code>SlingServletResolver</code> service. Either this property or the 
<code>sling.servlet.resourceTypes</code> property must be set, [...]
+    </tr>
+    <tr>
+      <td><code>sling.servlet.paths.strict</code> </td>
+      <td>When set to <code>true</code>, this enables <em>strict</em> 
selection mode for servlets bound by path. In this mode, the above 
<code>.extensions</code>, <code>.selectors</code> and <code>.methods</code> 
service properties are taken into account to select such servlets. <br> If this 
property is not set to <code>true</code> the behavior is unchanged from 
previous versions and only the <code>.paths</code> property is considered when 
selecting such servlets. <br>See the <a href="ht [...]
+    </tr>
+    <tr>
       <td><code>sling.servlet.prefix</code> </td>
       <td>The prefix or numeric index to make relative paths absolute. If the 
value of this property is a number (int), it defines the index of the search 
path entries from the resource resolver to be used as the prefix. The defined 
search path is used as a prefix to mount this servlet. The number can be -1 
which always points to the last search entry. If the specified value is higher 
than than the highest index of the search paths, the last entry is used. The 
index starts with 0. If the [...]
     </tr>
@@ -399,7 +403,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">georg.henzler</span> on <span class="comment">Tue Feb 12 
11:16:17 2019 -0800</span>
+                        Last modified by <span class="author">Bertrand 
Delacretaz</span> on <span class="comment">Thu Mar 12 17:19:35 2020 +0100</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