From: <php...@li...> - 2010-10-17 10:50:57
|
Hi, the argument appears to be quoted. The FastCGIServlet starts a FastCGI process pool through the operating system's /bin/sh, so I think we should find the bug there. What version of /bin/sh do you use, what does the following script: #!/bin/sh echo "$*" echo "$@" ./test.sh 'arg 1' arg2 3 | od -c display? Regards, Jost Bökemeier |