[Tickets #13319] Re: access to external google-calendar not working anymore
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jul 7 14:03:03 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13319
------------------------------------------------------------------------------
Ticket | 13319
Updated By | Jasper.Olbrich at students.uni-marburg.de
Summary | access to external google-calendar not working anymore
Queue | Kronolith
Version | 4.2.0RC2
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Jasper.Olbrich at students.uni-marburg.de (2014-07-07 14:03) wrote:
I assume this has to do with the class Horde_Dav_Client. In Horde
5.1.6, the $settings in the constructor do not contain the user name,
but in H5.2, they do. This finally leads to this line
$this->_http->{'request.authenticationScheme'} = Horde_Http::AUTH_DIGEST;
in the request() function to be executed. The correct setting would be
AUTH_BASIC (or not changing it from the default, probably
corresponding to CURLAUTH_ANY; this happens in H5.1.6, because
$this-userName is null).
I hope this helps to track down the real cause for this error.
More information about the bugs
mailing list