From: <php...@li...> - 2010-10-17 12:05:07
|
Here: ./test.sh 'arg 1' arg2 3 | od -c 0000000 a r g 1 a r g 2 3 \n a r g 0000020 1 a r g 2 3 \n 0000032 On Sun, Oct 17, 2010 at 8:50 AM, < php...@li...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -- Garcia |