Name: dkR10031 Date: 06/24/2003
Current implementation of the HTTP JCov Grabber
generates Non-Parsed Header Output which is
described in the section "7.1. Non-Parsed Header Output"
of the "The WWW Common Gateway Interface Version 1.1,
Revision 03". However, this document reads:
"There are two forms of output that scripts can
supply to servers: non-parsed header (NPH) output,
and parsed header output. Servers MUST
support parsed header output and MAY support NPH output."
This assertion declares that output generated by the
current HTTP Jcov Grabber implementation can not
be supplied to servers which don't support NPH output.
To resolve this issue '-nph' option should be added
to the list of options of the HTTP JCov Grabber. If
this options is set then NPH output should be generated,
if this option is unset then parsed header output should
be generated.
======================================================================