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 b1b790c  Automatic website deployment from 
https://builds.apache.org/job/Sling/job/sling-site/job/master/420/
b1b790c is described below

commit b1b790c2c5ea29f5a46cc5746da1e8058a4230e0
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 6 10:36:00 2020 +0000

    Automatic website deployment from 
https://builds.apache.org/job/Sling/job/sling-site/job/master/420/
---
 documentation/the-sling-engine/url-decomposition.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/the-sling-engine/url-decomposition.html 
b/documentation/the-sling-engine/url-decomposition.html
index 7b4934d..cf36b45 100644
--- a/documentation/the-sling-engine/url-decomposition.html
+++ b/documentation/the-sling-engine/url-decomposition.html
@@ -123,7 +123,7 @@
 <h1><a href="#overview" id="overview">Overview</a></h1>
 <p>During the <em>Resource Resolution</em> step, the client request URI (as 
being returned by <a 
href="http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getRequestURI()">HttpServletRequest.getRequestURI()</a>)
 is decomposed into the following parts (in exactly this order):</p>
 <ol>
-<li><strong>Resource Path</strong> - For existing resources the resource path 
is the longest match (also considering its <a 
href="/documentation/the-sling-engine/mappings-for-resource-resolution.html">mappings</a>)
 pointing to a resource where the next character is either a dot 
(<code>.</code>) or it is the full request URI. Otherwise (for a path not 
matching any existing resource) the resource path ends at the <em>first dot 
(<code>.</code>)</em> in the request url. The exact logic for r [...]
+<li><strong>Resource Path</strong> - For existing resources the resource path 
is the longest match (also considering its <a 
href="/documentation/the-sling-engine/mappings-for-resource-resolution.html">mappings</a>)
 pointing to a resource where the next character is either a dot 
(<code>.</code>) or it is the full request URI. Otherwise (for a path not 
matching any existing resource) the resource path ends at the <em>first dot 
(<code>.</code>)</em> in the request url. The exact logic for r [...]
 <li><strong>Selectors</strong> - If the first character in the request URL 
after the resource path is a dot  (<code>.</code>), the string after the dot up 
to but not including the last dot before the next slash character or the end of 
the request URL comprises the selectors. If the resource path spans the 
complete request URL no selectors exist. If only one dot follows the resource 
path before the end of the request URL or the next slash, also no selectors 
exist.</li>
 <li><strong>Extension</strong> - The string after the last dot after the 
resource path in the request URL but before the end of the request URL or the 
next slash after the resource path in the request URL is the extension.</li>
 <li><strong>Suffix</strong> - If the request URL contains a slash character 
after the resource path and optional selectors and extension, the path starting 
with the slash up to the end of the request URL is the suffix path. Otherwise, 
the suffix path is empty. Note, that after the resource path at least a dot 
must be in the URL to let Sling detect the suffix.</li>
@@ -168,7 +168,7 @@
             </div><footer class="footer">
                 <div class="content has-text-centered is-small">
 <div class="revisionInfo">
-                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">Thu Aug 6 12:32:47 2020 +0200</span>
+                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">Thu Aug 6 12:34:27 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