projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e19a1a
)
Try any authentication by default.
author
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 11:45:05 +0000
(12:45 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 11:46:04 +0000
(12:46 +0100)
framework/Http/lib/Horde/Http/Request/Base.php
patch
|
blob
|
history
diff --git
a/framework/Http/lib/Horde/Http/Request/Base.php
b/framework/Http/lib/Horde/Http/Request/Base.php
index
c64807f
..
53f8384
100644
(file)
--- a/
framework/Http/lib/Horde/Http/Request/Base.php
+++ b/
framework/Http/lib/Horde/Http/Request/Base.php
@@
-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