If the server finds one, it will decode the query information by first splitting it on the pluses given in the URL. It will then perform the additional decoding before placing the resulting words on argv[1....].
If the server finds that it cannot send the string due to internal
limitations (such as exec() or /bin/sh command line restrictions) the
server should include NO command line information and provide the
non-decoded query information in the environment
variable QUERY_STRING
.
Rob McCool robm@ncsa.uiuc.edu