[#6974] Getting Nag data via Webdav don't works
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 (148 days ago)
Due
Updated 06/25/2008 (148 days ago)
Assigned
Resolved 06/25/2008 (148 days ago)
Attachments
Milestone
Patch No

History
06/25/2008 Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of bug #6770.
06/25/2008 cristian (at) nethesis (dot) it Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Getting Nag data via Webdav don't works
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
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.