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/01/18 09:20:56 UTC

svn commit: r900296 - /sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java

Author: fmeschbe
Date: Mon Jan 18 08:20:55 2010
New Revision: 900296

URL: http://svn.apache.org/viewvc?rev=900296&view=rev
Log:
Improve log message if anonymous access is not allowed

Modified:
    sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java

Modified: sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java?rev=900296&r1=900295&r2=900296&view=diff
==============================================================================
--- sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java (original)
+++ sling/trunk/bundles/commons/auth/src/main/java/org/apache/sling/commons/auth/impl/SlingAuthenticator.java Mon Jan 18 08:20:55 2010
@@ -556,7 +556,7 @@
 
         // If we get here, anonymous access is not allowed: redirect
         // to the login servlet
-        log.info("getAnonymousSession: Anonymous access not allowed by configuration - redirecting to login");
+        log.info("getAnonymousSession: Anonymous access not allowed by configuration - requesting credentials");
         login(req, res);
 
         // fallback to no session