Summary | horde:wicked mangles long urls |
Queue | Wicked |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | eraserhd (at) |
Requester | thekracker (at) gmail (dot) com |
Created | 11/28/2004 (7478 days ago) |
Due | |
Updated | 04/26/2005 (7329 days ago) |
Assigned | 11/28/2004 (7478 days ago) |
Resolved | 04/26/2005 (7329 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
update to the latest versions, this works fine.
client. Using plaintext HTML links such as the following:
http://www.domain.com/page.php?id=9239485902
They somehow become "broken" when I open up a plaintext email in HORDE
and look like this:
http://www.domain.com/page.php?id 39485902
(notice that the equal sign is totally gone, and the first 2 numbers
of the string of numbers are missing. Very odd behavior)
Trying to force the Hex equivalent of the "=" sign at least links the
entire string, not just the first 1/2, but alas is unclickable into a
browser window:
http://www.domain.com/page.php?id%3D9239485902
Any ideas on this one?
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ horde:wicked mangles long urls
Queue ⇒ Wicked
wicked installation) and noticed that if I tried to create links to
search engine results like google searches that the urls do not
resolve to the search results like they should, somehow they are
mangled in the process.
you can see this at our wiki :
http://aklug.org/horde/wicked/display.php?page=WikiHome
on the page (see google references) :
http://aklug.org/horde/wicked/display.php?page=AlaskanITExpo
It seems that it turns & characters into html friendly entities
(&) which google and others don't like . . .
hrm, weak sauce
//kracker