You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:17:48 UTC

[sling-org-apache-sling-auth-form] 04/32: SLING-1116 Fix service description

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.auth.form-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git

commit 44c5ccdd278028138af0e5ec6f36fd671add16b8
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Thu Feb 11 08:14:31 2010 +0000

    SLING-1116 Fix service description
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/formauth@908866 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/formauth/FormAuthenticationHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/formauth/FormAuthenticationHandler.java b/src/main/java/org/apache/sling/formauth/FormAuthenticationHandler.java
index 9dc5b30..5d8ed70 100644
--- a/src/main/java/org/apache/sling/formauth/FormAuthenticationHandler.java
+++ b/src/main/java/org/apache/sling/formauth/FormAuthenticationHandler.java
@@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
  * @scr.component immediate="false" label="%auth.form.name"
  *                description="%auth.form.description"
  * @scr.property name="service.description"
- *               value="Cookie Based Authentication Handler"
+ *               value="Apache Sling Form Based Authentication Handler"
  * @scr.property name="service.vendor" value="The Apache Software Foundation"
  * @scr.property nameRef="AuthenticationHandler.PATH_PROPERTY" value="/"
  * @scr.service

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.