Author: mykee
Date: Mon Oct 4 18:06:40 2010
New Revision: 1004345
URL: http://svn.apache.org/viewvc?rev=1004345&view=rev
Log:
SLING-1817 switch HTTP Basic Authentication completely off by default
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=1004345&r1=1004344&r2=1004345&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
Mon Oct 4 18:06:40 2010
@@ -136,7 +136,7 @@ public class SlingAuthenticator implemen
*/
private static final String HTTP_AUTH_PREEMPTIVE = "preemptive";
- @Property(value = HTTP_AUTH_PREEMPTIVE, options = {
+ @Property(value = HTTP_AUTH_DISABLED, options = {
@PropertyOption(name = HTTP_AUTH_ENABLED, value = "Enabled"),
@PropertyOption(name = HTTP_AUTH_PREEMPTIVE, value = "Enabled
(Preemptive)"),
@PropertyOption(name = HTTP_AUTH_DISABLED, value = "Disabled") })