Author: buildbot
Date: Tue Nov  3 13:11:30 2015
New Revision: 971188

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication/authentication-framework.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov  3 13:11:30 2015
@@ -1 +1 @@
-1712287
+1712288

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication/authentication-framework.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication/authentication-framework.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication/authentication-framework.html
 Tue Nov  3 13:11:30 2015
@@ -222,14 +222,12 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li>
 <p>The <code>LoginServlet</code> contained in the Sling Auth Core bundle 
registers itself with the service registration property 
<code>sling.auth.requirements = "-/system/sling/login"</code> to ensure the 
servlet can be accessed without requiring authentication. The following request 
urls would work then without authentication:</p>
-</li>
-<li>
-<p>/system/sling/login</p>
-</li>
+<ul>
+<li>/system/sling/login</li>
 <li>/system/sling/login.html</li>
 <li>/system/sling/login/somesuffix</li>
-<li>
-<p>/system/sling/login-test (if this is not desired, you have to use a 
restriction like this: <code>sling.auth.requirements = 
"-/system/sling/login"</code>)</p>
+<li>/system/sling/login-test (if this is not desired, you have to use a 
restriction like this: <code>sling.auth.requirements = 
"-/system/sling/login"</code>)</li>
+</ul>
 </li>
 <li>
 <p>An authentication handler may register itself with the service registration 
property <code>sling.auth.requirements = "-/apps/sample/loginform"</code> to 
ensure the login form can be rendered without requiring authentication.</p>
@@ -273,7 +271,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ol>
 <p>Unlike for the <code>login</code> method in the <code>logout</code> method 
case all <code>AuthenticationHandler</code> services selected in the first step 
are called. If none can be selected or none can actually handle the 
<code>dropCredentials</code> request, the <code>logout</code> silently 
returns.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1712287 by kwin on Tue, 3 Nov 2015 13:02:59 +0000
+        Rev. 1712288 by kwin on Tue, 3 Nov 2015 13:11:22 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to