Author: buildbot
Date: Fri Jun  6 14:26:27 2014
New Revision: 911585

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.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun  6 14:26:27 2014
@@ -1 +1 @@
-1600674
+1600898

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/authentication.html
 Fri Jun  6 14:26:27 2014
@@ -92,8 +92,8 @@
       <p>This section describes the framework provided by Sling to 
authenticate HTTP requests.</p>
 <p>Let's look at generic request processing of Sling: Sling is linked into the 
outside world by registering the Sling Main Servlet &ndash; implemented by the 
<code>SlingMainServlet</code> class in the Sling Engine bundle &ndash; with an 
OSGi <code>HttpService</code>. This registration is accompanyied with an 
implementation instance of the OSGi <code>HttpContext</code> interface, which 
defines a method to authenticate requests: <code>handleSecurity</code>.</p>
 <p>This method is called by the OSGi HTTP Service implementation after the 
servlet has been selected to handle the request but before actually calling the 
servlet's <code>service</code> method.</p>
-<p><a href="authentication.png" style="float:left;padding-right:5%;width:30%;">
-    <img src="authentication.png" title="Authentication Flow" 
alt="Authentication Flow" width="30%">
+<p><a href="authentication.png" style="float:left;padding-right:5%">
+    <img src="authentication.png" title="Authentication Flow" 
alt="Authentication Flow" />
 </a></p>
 <ol>
 <li>First the OSGi HTTP Service implementation is analyzing the request URL to 
find a match for a servlet or resource registered with the HTTP Service.</li>
@@ -111,7 +111,7 @@
 <li><a 
href="/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html">AuthenticationHandler</a>:
 The <code>AuthenticationHandler</code> interface defines the service API which 
may be implemented by authentication handlers registered as OSGi services. </li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1500501 by fmeschbe on Sun, 7 Jul 2013 18:49:51 +0000
+        Rev. 1600898 by dklco on Fri, 6 Jun 2014 14:26:18 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to