You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zsolt Koppany <zk...@intland.com> on 2000/11/08 19:59:34 UTC

Using special characters in servlet parameters

Hi,

how can I use special characters such as '&' in servlet parameters?

-- 
Zsolt Koppany
Intland GmbH www.intland.com
Schulze-Delitzsch-Strasse 16
D-70565 Stuttgart
Tel: +49-711-7871080 Fax: +49-711-7871017

Re: Using special characters in servlet parameters

Posted by Phillip C Rhodes <rh...@srv74.server4me.com>.
You need to encode your parameters.

request.encodeURL(String url)


On Wed, 8 Nov 2000, Zsolt Koppany wrote:

> Hi,
> 
> how can I use special characters such as '&' in servlet parameters?
> 
> -- 
> Zsolt Koppany
> Intland GmbH www.intland.com
> Schulze-Delitzsch-Strasse 16
> D-70565 Stuttgart
> Tel: +49-711-7871080 Fax: +49-711-7871017
>