Summary | Getting Nag data via Webdav don't works |
Queue | Nag |
Queue Version | 2.2 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | cristian (at) nethesis (dot) it |
Created | 06/25/2008 (6196 days ago) |
Due | |
Updated | 06/25/2008 (6196 days ago) |
Assigned | |
Resolved | 06/25/2008 (6196 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug #6770.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Getting Nag data via Webdav don't works
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
(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.