You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by my...@apache.org on 2010/10/05 10:26:27 UTC

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

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") })