Bug#376731: Reproducing this bug

2006-07-18 Thread Mattias Nordstrom
Hi Christopher, Christopher Zimmermann wrote: > Hi, here's a way to reproduce this bug: > > print <<"EOF"; > Content-type: text/plain > > Hello, World! > EOF > __ > HTTP/1.0 200 OK > Content-type: text/plain > Hallo, Welt! > ^^ A fix seems to be

Bug#376731: Reproducing this bug

2006-07-18 Thread Christopher Zimmermann
Hi, here's a way to reproduce this bug: Start bozohttpd with cgi support for perl: bozohttpd -C .pl /usr/bin/perl Host the following perl script: __/foo.pl_ #!/usr/bin/perl -w use strict; print <<"EOF"; Content-type: text/plain Hello, World! EOF ^^ Notice