On Tue, 2 Apr 2002, Philippe Girolami (ESF) wrote:

> Anyone have any clues as to how to get a plus sign in front of our phone
> numbers on Win2000+Tomcat ?

Be aware that the '+' in a URI when used as CGI/1.x is decoded as a space.

When sending it through a CGI gateway you need to send %2b instead. When
using IIS with tomcat - depending on wether you use the filter or CGI
connection you even may have to send %%2b as decoding happens twice. With
apache/mod_jk things are done correctly - and you can have a + in the URI
just fine (As this is not a CGI gw connection).

-- 
Dirk-Willem van Gulik




Reply via email to