Author: buildbot
Date: Wed Apr 20 16:04:22 2016
New Revision: 986185

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/the-sling-engine/mappings-for-resource-resolution.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 20 16:04:22 2016
@@ -1 +1 @@
-1740073
+1740163

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/mappings-for-resource-resolution.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/mappings-for-resource-resolution.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/mappings-for-resource-resolution.html
 Wed Apr 20 16:04:22 2016
@@ -151,7 +151,7 @@ That way you can even make it <a href="/
 <li><code>sling:match</code> &ndash; This property when set on a node in the 
<code>/etc/map</code> tree (see below) defines a partial regular expression 
which is used instead of the node's name to match the incoming request. This 
property is only needed if the regular expression includes characters which are 
not valid JCR name characters. The list of invalid characters for JCR names is: 
<code>/, :, [, ], *, ', ", \, |</code> and any whitespace except blank space. 
In addition a name without a name space may not be <code>.</code> or 
<code>..</code> and a blank space is only allowed inside the name.</li>
 <li><code>sling:redirect</code> &ndash; This property when set on a node in 
the <code>/etc/map</code> tree (see below) causes a redirect response to be 
sent to the client, which causes the client to send in a new request with the 
modified location. The value of this property is applied to the actual request 
and sent back as the value of <code>Location</code> response header.</li>
 <li><code>sling:status</code> &ndash; This property defines the HTTP status 
code sent to the client with the <code>sling:redirect</code> response. If this 
property is not set, it defaults to 302 (Found). Other status codes supported 
are 300 (Multiple Choices), 301 (Moved Permanently), 303 (See Other), and 307 
(Temporary Redirect).</li>
-<li><code>sling:internalRedirect</code> &ndash; This property when set on a 
node in the <code>/etc/map</code> tree (see below) causes the current path to 
be modified internally to continue with resource resolution.</li>
+<li><code>sling:internalRedirect</code> &ndash; This property when set on a 
node in the <code>/etc/map</code> tree (see below) causes the current path to 
be modified internally to continue with resource resolution. This is a 
multi-value property, i.e. multiple paths can be given here, which are tried 
one after another until one resolved to a resource.</li>
 <li><code>sling:alias</code> &ndash; The property may be set on any resource 
to indicate an alias name for the resource. For example the resource 
<code>/content/visitors</code> may have the <code>sling:alias</code> property 
set to <code>besucher</code> allowing the resource to be addressed in an URL as 
<code>/content/besucher</code>.</li>
 </ul>
 <h4 
id="limitation-of-slingalias-for-principal-with-a-limited-access">Limitation of 
<code>sling:alias</code> for Principal with a limited access<a 
class="headerlink" 
href="#limitation-of-slingalias-for-principal-with-a-limited-access" 
title="Permanent link">&para;</a></h4>
@@ -412,7 +412,7 @@ The bloom filter is handled automaticall
 <h2 id="debugging-issues">Debugging Issues<a class="headerlink" 
href="#debugging-issues" title="Permanent link">&para;</a></h2>
 <p>Use the Felix Web Console Plugin provided at 
<code>/system/console/jcrresolver</code> to inspect both the mapping and the 
resolver map entries. Also you can check what either 
<code>ResourceResolver.map(...)</code> or 
<code>ResourceResolver.resolve(...)</code> would return for a given 
URL/path.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1740049 by asanso on Wed, 20 Apr 2016 05:09:50 +0000
+        Rev. 1740163 by kwin on Wed, 20 Apr 2016 16:04:08 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to