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 2010/06/09 15:08:31 UTC

svn commit: r952991 - /sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: fmeschbe
Date: Wed Jun  9 13:08:30 2010
New Revision: 952991

URL: http://svn.apache.org/viewvc?rev=952991&view=rev
Log:
Change title of configuration to align it with the bundle name and the actual task

Modified:
    sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=952991&r1=952990&r2=952991&view=diff
==============================================================================
--- sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties Wed Jun  9 13:08:30 2010
@@ -26,7 +26,7 @@
 #
 # Request Authenticator. Uses AuthenticationHandlers for the
 # actual work of extracting user details from the request.
-auth.name = Apache Sling Request Authenticator
+auth.name = Apache Sling Authentication Service
 auth.description = Extracts user authentication details from the request with \
  the help of authentication handlers registered as separate services. One \
  example of such an authentication handler is the handler HTTP Authorization \