Hi Slava, Factor list,
I noticed that in the html.elements vocabulary the '=href' word
automatically url encodes any ampersands in the query string. e.g.:
( scratchpad ) "?a=b&b=a" =href nl
href='?a=b&b=a'
This causes problems when you're constructing a URL with query
parameters. It also happens passing a url object:
( scratchpad ) url new { { "a" "b" } { "b" "a" } } >>query =href nl
href='?a=b&b=a'
Am I missing something or is this a bug?
Thanks,
Phil
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk