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 2011/11/15 14:46:11 UTC

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

Author: fmeschbe
Date: Tue Nov 15 13:46:11 2011
New Revision: 1202189

URL: http://svn.apache.org/viewvc?rev=1202189&view=rev
Log:
Fix log message to properly indicate the method it is logged in

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

Modified: sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java?rev=1202189&r1=1202188&r2=1202189&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java (original)
+++ sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java Tue Nov 15 13:46:11 2011
@@ -837,7 +837,7 @@ public class SlingAuthenticator implemen
 
         // If we get here, anonymous access is not allowed: redirect
         // to the login servlet
-        log.info("getAnonymousSession: Anonymous access not allowed by configuration - requesting credentials");
+        log.info("getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials");
         doLogin(request, response);
 
         // fallback to no session