6.0.0-beta1
10/16/25

[#5942] Bad use of Horde::url at calendars.inc
Summary Bad use of Horde::url at calendars.inc
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester almarin (at) um (dot) es
Created 11/30/2007 (6530 days ago)
Due 11/29/2007 (6531 days ago)
Updated 11/30/2007 (6530 days ago)
Assigned
Resolved 11/30/2007 (6530 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/30/2007 10:22:16 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Looks good to me - committed, thanks!
11/30/2007 11:15:48 AM almarin (at) um (dot) es Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Bad use of Horde::url at calendars.inc
Due ⇒ 11/29/2007
Queue ⇒ Kronolith
New Attachment: calendar_and_tasklists_patches.tar.gz Download
Reply to this comment
The problem happen on calendars.inc (kronolith) and tasklists.inc 
(nag), because to get a full url uses:



Horde::url($registry->('webroot','horde'), -1, true).$uri



and to work fine with my configuration (where webroot is "") should be 
Horde::url($registry->('webroot','horde').$uri, -1, true)



I think that work better in all configurations.



I attach a patches from CVS just to show how i fixed that problem for 
kronolith an nag. I don't know if more applications offers resources 
with webdav,  of in general, they try to get full URLs using the first 
case...

Saved Queries