[Tickets #6974] Getting Nag data via Webdav don't works
bugs at horde.org
bugs at horde.org
Wed Jun 25 09:06:18 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6974
------------------------------------------------------------------------------
Ticket | 6974
Created By | cristian at nethesis.it
Summary | Getting Nag data via Webdav don't works
Queue | Nag
Version | 2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
cristian at nethesis.it (2008-06-25 05:06) wrote:
the api.php file for nag has several problems in GET function
(nag_browse), so the webdav access works only putting data (ie from
lightning), not getting tasks
ie:
nag/lib/api.php
line 380
if (count($parts))==2 (the array has 2 elements)
...
$key = 'nag/' . $parts[1] . '/' . $parts[2] . '/' . $task->id;
($parts[2] is the third element!)
we have used all possible webdav paths, but the result is always the same:
https://server/horde/rpc.php/nag/user/user.ics
https://server/horde/rpc.php/nag/user.ics
https://server/horde/rpc.php/nag/user/user
https://server/horde/rpc.php/nag/user
even if we open these links whit firefox, after the auth, the file was empty
With kronolith and lightning all works fine.
More information about the bugs
mailing list