Change bargull-20110109-hKX by barg...@bargull02 on 2011-01-09 14:00:34
in /home/anba/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: replace unescape() with decodeURIComponent() in parseQueryString()
Bugs Fixed: LPP-9295 (Something is not quite right in the url encoding
of OpenLaszlo)
Technical Reviewer: henry
QA Reviewer: (pending)
Details:
For swf8 we're aliasing unescape() as decodeURIComponent(), but all
other runtimes natively support decodeURIComponent() therefore the call
to unescape() needs to be replaced with decodeURIComponent(). (We're
already calling encodeURIComponent() instead of escape()!)
Tests:
see bugreport
Files:
M WEB-INF/lps/lfc/data/LzDatapointer.lzs
M WEB-INF/lps/lfc/data/LzDataset.lzs
M WEB-INF/lps/lfc/data/LzParam.lzs
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/bargull-20110109-hKX.tar