CGI Resource

I use a program via CgiResource from jigsaw and everything works fine.

If I click on the URL: http://host/TestCGI?-r+wplatzer@iaik.tu-graz.ac.at jigsaw generates the following command array:

command[0] = "/path/program"
command[1] = "-r wplatzer@iaik.tu-graz.ac.at"

But this program wants the second line also split like:

command[0] = "/path/program"
command[1] = "-r"
command[2] = "wplatzer@iaik.tu-graz.ac.at"

Which implementation is wrong?

Jigsaw or my program?

Wolfgang




--
Wolfgang Platzer
Technische Universitaet Graz - University of Technology Graz
Institut für Angewandte Informationsverarbeitung 
und Kommunikationstechnologien
Klosterwiesgasse 32/I, A-8010 Graz, 
Tel: ++43 316 873-5523
Fax: ++43 316 873-5520

Received on Wednesday, 25 September 1996 10:56:18 UTC