Try any authentication by default.
authorJan Schneider <jan@horde.org>
Tue, 12 Jan 2010 11:45:05 +0000 (12:45 +0100)
committerJan Schneider <jan@horde.org>
Tue, 12 Jan 2010 11:46:04 +0000 (12:46 +0100)
framework/Http/lib/Horde/Http/Request/Base.php

index c64807f..53f8384 100644 (file)
@@ -57,7 +57,7 @@ abstract class Horde_Http_Request_Base
      * Authentication scheme
      * @var const Horde_Http::AUTH_*
      */
-    protected $_authenticationScheme = Horde_Http::AUTH_BASIC;
+    protected $_authenticationScheme = Horde_Http::AUTH_ANY;
 
     /**
      * Proxy server