Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 6430 invoked from network); 5 Oct 2010 08:26:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 08:26:51 -0000 Received: (qmail 45138 invoked by uid 500); 5 Oct 2010 08:26:51 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 45068 invoked by uid 500); 5 Oct 2010 08:26:49 -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 45051 invoked by uid 99); 5 Oct 2010 08:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 08:26:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 05 Oct 2010 08:26:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A462423889E0; Tue, 5 Oct 2010 08:26:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004569 - /sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java Date: Tue, 05 Oct 2010 08:26:27 -0000 To: commits@sling.apache.org From: mykee@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005082627.A462423889E0@eris.apache.org> Author: mykee Date: Tue Oct 5 08:26:27 2010 New Revision: 1004569 URL: http://svn.apache.org/viewvc?rev=1004569&view=rev Log: SLING-1817 revert the changes to first discuss it in detail 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=1004569&r1=1004568&r2=1004569&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 Oct 5 08:26:27 2010 @@ -136,7 +136,7 @@ public class SlingAuthenticator implemen */ private static final String HTTP_AUTH_PREEMPTIVE = "preemptive"; - @Property(value = HTTP_AUTH_DISABLED, options = { + @Property(value = HTTP_AUTH_PREEMPTIVE, options = { @PropertyOption(name = HTTP_AUTH_ENABLED, value = "Enabled"), @PropertyOption(name = HTTP_AUTH_PREEMPTIVE, value = "Enabled (Preemptive)"), @PropertyOption(name = HTTP_AUTH_DISABLED, value = "Disabled") })