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 2008/03/12 13:13:58 UTC

svn commit: r636292 - in /incubator/sling/trunk/sling/core: pom.xml src/main/java/org/apache/sling/core/impl/auth/AuthorizationHeaderAuthenticationHandler.java src/main/resources/OSGI-INF/metatype/metatype.properties

Author: fmeschbe
Date: Wed Mar 12 05:13:49 2008
New Revision: 636292

URL: http://svn.apache.org/viewvc?rev=636292&view=rev
Log:
SLING-319 Remove HTTP Header Authenticator from Core module after having
created a separate module for this.

Removed:
    incubator/sling/trunk/sling/core/src/main/java/org/apache/sling/core/impl/auth/AuthorizationHeaderAuthenticationHandler.java
Modified:
    incubator/sling/trunk/sling/core/pom.xml
    incubator/sling/trunk/sling/core/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: incubator/sling/trunk/sling/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/core/pom.xml?rev=636292&r1=636291&r2=636292&view=diff
==============================================================================
--- incubator/sling/trunk/sling/core/pom.xml (original)
+++ incubator/sling/trunk/sling/core/pom.xml Wed Mar 12 05:13:49 2008
@@ -132,10 +132,6 @@
             <artifactId>servlet-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
-        <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
         </dependency>

Modified: incubator/sling/trunk/sling/core/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/core/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=636292&r1=636291&r2=636292&view=diff
==============================================================================
--- incubator/sling/trunk/sling/core/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ incubator/sling/trunk/sling/core/src/main/resources/OSGI-INF/metatype/metatype.properties Wed Mar 12 05:13:49 2008
@@ -55,14 +55,6 @@
  if the repository denies access.
  
 #
-# Authentication handler for HTTP Authorization header 
-auth.http.name = Authorization Header Authenticator
-auth.http.description = This handler extracts user name and password information \
- from the HTTP Authorization header
-auth.http.realm.name = Realm
-auth.http.realm.description = HTTP Authorization header realm
-
-#
 # The main sling part controlling the request processing (ComponentRequestHandler)
 sling.name = Sling Request Processor
 sling.description = The central request processor of request to sling. This \