[Tickets #8803] Re: Mailbox names with spaces cause exception when viewing attachements
bugs at horde.org
bugs at horde.org
Thu Dec 31 08:16:35 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8803
------------------------------------------------------------------------------
Ticket | 8803
Updated By | CVS Commit <cvs at lists.horde.org>
Summary | Mailbox names with spaces cause exception when viewing
| attachements
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
CVS Commit <cvs at lists.horde.org> (2009-12-31 03:16) wrote:
Changes have been made in Git for this ticket:
Bug #8803: Fix urlencoding of parameters.
http_build_query() does urlencode()-ish encoding, not rawurlencode()-ish
encoding. We need the latter to ensure that we always handle spaces
correctly (i.e. javascript code does not like '+' encoding for spaces -
it wants '%20' instead).
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=0aae6d32cd3fb633626e21224c9b24eb7b250807&r2=674073b5951b1cdba9c274ecac976df94c7c7779
More information about the bugs
mailing list