Re: shouldn't http::formatQuery be slightly modified



Michael Schlenker wrote:
[...]

Use html::quoteFormValue for creating the correctly quoted urls for use
in html.

So either use:

set htmlurl [html::quoteFormValue $prefix[http::formatQuery ...]]

or use
ncgi::encode to do the www-urlencoding instead of http::formatQuery

Michael

Thanks.

Gerhard
.