digideskio / zotonic

Automatically exported from code.google.com/p/zotonic
0 stars 0 forks source link

Looks like z_utils:decode_url/1 doesn't really works #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Open zotonic erlang console and type the code:
Url = "index.html?x=y&z=1",
z_utils:url_decode(z_utils:url_encode(Url)).

What is the expected output? What do you see instead?

Expected output: "index.html?x=y&z=1"
Real output: "index.htmlFxDy&zD1"

What version of the product are you using? On what operating system?
0.6.0 from hg

Original issue reported on code.google.com by hellla...@gmail.com on 1 Mar 2011 at 11:30

GoogleCodeExporter commented 8 years ago
Fixed in revision ca1f0ca8de and backported to 0.6

Original comment by scherpenisse on 2 Mar 2011 at 6:33