You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/04/22 19:50:27 UTC

svn commit: r1328917 - in /sling/site/trunk/content: authentication---actors.mdtext authentication---authenticationhandler.mdtext authentication---framework.mdtext authentication---tasks.mdtext authentication.mdtext

Author: fmeschbe
Date: Sun Apr 22 17:50:27 2012
New Revision: 1328917

URL: http://svn.apache.org/viewvc?rev=1328917&view=rev
Log:
fix excerpts

Modified:
    sling/site/trunk/content/authentication---actors.mdtext
    sling/site/trunk/content/authentication---authenticationhandler.mdtext
    sling/site/trunk/content/authentication---framework.mdtext
    sling/site/trunk/content/authentication---tasks.mdtext
    sling/site/trunk/content/authentication.mdtext

Modified: sling/site/trunk/content/authentication---actors.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/authentication---actors.mdtext?rev=1328917&r1=1328916&r2=1328917&view=diff
==============================================================================
--- sling/site/trunk/content/authentication---actors.mdtext (original)
+++ sling/site/trunk/content/authentication---actors.mdtext Sun Apr 22 17:50:27 2012
@@ -2,10 +2,6 @@ Title: Authentication - Actors
 <a name="Authentication-Actors-Actors"></a>
 # Actors
 
-{excerpt}The authentication process involves a number of actors
-contributing to the concepts, the API and the particular
-implementations.{excerpt}
-
 
 <a name="Authentication-Actors-OSGiHttpServiceSpecification"></a>
 ## OSGi Http Service Specification

Modified: sling/site/trunk/content/authentication---authenticationhandler.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/authentication---authenticationhandler.mdtext?rev=1328917&r1=1328916&r2=1328917&view=diff
==============================================================================
--- sling/site/trunk/content/authentication---authenticationhandler.mdtext (original)
+++ sling/site/trunk/content/authentication---authenticationhandler.mdtext Sun Apr 22 17:50:27 2012
@@ -2,10 +2,6 @@ Title: Authentication - AuthenticationHa
 <a name="Authentication-AuthenticationHandler-AuthenticationHandler"></a>
 # AuthenticationHandler
 
-{excerpt}The *AuthenticationHandler* interface defines the service API
-which may be implemented by authentication handlers registered as OSGi
-services.{excerpt}
-
 *AuthenticationHandler* services have a single required service
 registration property which is used to identify requests to which the
 *AuthenticationHandler* service is applicable:

Modified: sling/site/trunk/content/authentication---framework.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/authentication---framework.mdtext?rev=1328917&r1=1328916&r2=1328917&view=diff
==============================================================================
--- sling/site/trunk/content/authentication---framework.mdtext (original)
+++ sling/site/trunk/content/authentication---framework.mdtext Sun Apr 22 17:50:27 2012
@@ -2,11 +2,6 @@ Title: Authentication - Framework
 <a name="Authentication-Framework-Framework"></a>
 # Framework
 
-{excerpt}The core piece of functionality with respect to authentication in
-Sling is contained in the Sling Commons Auth bundle. This bundle provides
-the API for Sling and Sling applications to make use of
-authentication.{excerpt}
-
 This support encompasses three parts:
 
   * The *AuthenticationSupport* service provided by the

Modified: sling/site/trunk/content/authentication---tasks.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/authentication---tasks.mdtext?rev=1328917&r1=1328916&r2=1328917&view=diff
==============================================================================
--- sling/site/trunk/content/authentication---tasks.mdtext (original)
+++ sling/site/trunk/content/authentication---tasks.mdtext Sun Apr 22 17:50:27 2012
@@ -2,11 +2,6 @@ Title: Authentication - Tasks
 <a name="Authentication-Tasks-Tasks"></a>
 # Tasks
 
-{excerpt}Authentication of HTTP Requests is generally a two-step process:
-First the credentials must be extracted from the request and second the
-credentials must be validated. In the case of Sling this means acquiring a
-JCR Session.{excerpt}
-
 <a name="Authentication-Tasks-ExtractCredentialsfromtheRequest"></a>
 ## Extract Credentials from the Request
 

Modified: sling/site/trunk/content/authentication.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/authentication.mdtext?rev=1328917&r1=1328916&r2=1328917&view=diff
==============================================================================
--- sling/site/trunk/content/authentication.mdtext (original)
+++ sling/site/trunk/content/authentication.mdtext Sun Apr 22 17:50:27 2012
@@ -2,9 +2,11 @@ Title: Authentication
 <a name="Authentication-Authentication"></a>
 # Authentication
 
+<!--
 {excerpt:hidden=true}
 How requests are authenticated.
 {excerpt}
+-->
 
 This section describes the framework provided by Sling to authenticate HTTP
 requests.
@@ -54,10 +56,20 @@ The following pages describe the full de
 Sling in full detail:
 
 * [Tasks](authentication---tasks.html)
-: {excerpt-include:Authentication - Tasks|nopanel=true} 
+: Authentication of HTTP Requests is generally a two-step process:
+First the credentials must be extracted from the request and second the
+credentials must be validated. In the case of Sling this means acquiring a
+JCR Session.
 * [Actors](authentication---actors.html)
-: {excerpt-include:Authentication - Actors|nopanel=true} 
+: The authentication process involves a number of actors
+contributing to the concepts, the API and the particular
+implementations.
 * [Framework](authentication---framework.html)
-: {excerpt-include:Authentication - Framework|nopanel=true} 
+: The core piece of functionality with respect to authentication in
+Sling is contained in the Sling Commons Auth bundle. This bundle provides
+the API for Sling and Sling applications to make use of
+authentication.
 * [AuthenticationHandler](authentication---authenticationhandler.html)
-: {excerpt-include:Authentication - AuthenticationHandler|nopanel=true} 
+: The *AuthenticationHandler* interface defines the service API
+which may be implemented by authentication handlers registered as OSGi
+services.