I think we should put this change up for a vote. It is a major backwards compatibility issue and basically means that every tutorial everyone has ever written about how to use Sling with curl will no longer work OOTB, e.g. http://sling.apache.org/site/discover-sling-in-15-minutes.html
Justin On Mon, Oct 4, 2010 at 2:06 PM, <[email protected]> wrote: > 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") }) > > >
