On 08.05.2007 08:21, Lincoln Mitchell wrote:

I can generating an image with text in it.
The problem is the text is dynamic and may include a "?".

I realize "?" are significant in URL's but is there a way to get round this.

The only way I see is to double-URL-encode the generated part of the URL and to decode it in the pipeline. Double-encode is necessary since the browser will try to decode it - and you'd end up with the same request otherwise.

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to