[commits] Horde branch master updated. 674073b5951b1cdba9c274ecac976df94c7c7779

Michael M Slusarz slusarz at horde.org
Thu Dec 31 08:16:33 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 37597daad0e7a8f05257e83b24b2c7a3781233d3

674073b Bug #8803: Fix urlencoding of parameters.

-----------------------------------------------------------------------

commit 674073b5951b1cdba9c274ecac976df94c7c7779
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Dec 31 01:14:32 2009 -0700

    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).

 framework/Core/lib/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=0aae6d32cd3fb633626e21224c9b24eb7b250807&r2=674073b5951b1cdba9c274ecac976df94c7c7779




More information about the commits mailing list