[ic] Bug Report: URL - Hex Encoding Error

Zachary Matthews zac@mediapc.com
Tue, 14 Nov 2000 09:31:07 -0800


----------
>From: Stefan Hornburg <racke@linuxia.de>
>To: interchange-users@minivend.com
>Subject: Re: [ic] Bug Report: URL - Hex Encoding Error
>Date: Tue, Nov 14, 2000, 8:25 AM
>

> Zachary Matthews <zac@mediapc.com> writes:
>
>
> [...]
>
>>
>> Is there a way to fix the [bounce href="[history-scan exclude=nothing]"]
>> tag to produce a properly HEX encoded URL?
>>
>
> There is an urlencode filter which can be used to fix this.
>
> Ciao
>         Racke
>
Racke -- thanks for the idea. I tried this:

[bounce href="[filter op=urlencode interpolate=1][history-scan
exclude=nothing][/filter]"]

But it ends up encoding the www.host.ext and the '&' symbols as well, so
I get:

<http://www.myhost.com/cgi-bin/construct/%2f%2fwww%2emyhost%2ecom%2fcgi%
2dbin%2fconstruct%2fscan%2fst%3ddb%2fco%3dyes%2fsf%3dcategory%2fse%3dHan
d%20Planes%2fva%3dlink_image%3d%2fva%3dlink_banner%3d%2ehtml%3fmv_sessio
n_id%3dBRw4Qsso%26mv_nextpage%3dresults%26mv_username%3d>

Which doesn't work.  Any other ideas?