Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B25C272DA for ; Tue, 15 Nov 2011 13:46:32 +0000 (UTC) Received: (qmail 64723 invoked by uid 500); 15 Nov 2011 13:46:32 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 64686 invoked by uid 500); 15 Nov 2011 13:46:32 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 64679 invoked by uid 99); 15 Nov 2011 13:46:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:46:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:46:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 83AF523889EA; Tue, 15 Nov 2011 13:46:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1202189 - /sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java Date: Tue, 15 Nov 2011 13:46:11 -0000 To: commits@sling.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111115134611.83AF523889EA@eris.apache.org> 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