CGI-Questions, again

Hi,
I've found differenzes in handling CGI's of Jigsaw and Apache or NCSA.
When I request:
http://www.dasradioantenne.de:8001/spiel1/cgi-bin/spiel1/servertest.cgi?1+2+3

to Apache or NCSA the server splits the Arguments like this:
Arg1=1; Arg2=2 Arg3=3
Jigsaw splits like that:
Arg1=1+2+3 (like in the POST-Mode)

Why are there differences. Thanks in Advance

Stefan

--
######################################################################
###                                                                ###
###    Stefan Speidel                mailto:Speidel@tp-cad.com     ###
###    TP-CAD GmbH, Ettlingen        mailto:company@tp-cad.com     ###
###                                    http://www.tp-cad.com       ###
######################################################################

Received on Thursday, 4 June 1998 11:17:52 UTC