commit: horde/docs CHANGES horde/lib Horde.php
avsm@horde.org
avsm@horde.org
19 Nov 2000 17:51:11 -0000
avsm 2000/11/19 09:51:11 PST
Modified files:
docs CHANGES
lib Horde.php
Log:
Encode all of our URLs with htmlentities(), to avoid confusion over
ambiguous entities embedded within the URL. Note that this means
that you should never embed entities within a call to Horde::url,
as they will be further split up and not interpreted correctly.
Thanks to Marc Lehmann <pcg@goof.com> for input on this one.
Bug: 533
Revision Changes Path
1.87 +2 -0 horde/docs/CHANGES
1.63 +5 -5 horde/lib/Horde.php