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 |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
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
(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...