6.0.0-alpha12
6/12/25

[#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 (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

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


Saved Queries