DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11800

Invalid response headers





------- Additional Comments From [EMAIL PROTECTED]  2002-09-23 21:04 -------
Actually, your description was not quite accurate.

Given the response

HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Sun, 18 Aug 2002 06:18:39 GMT
Content-type: text/html
<HTML>            <-- NO CRLF SEPARATING HEADER FROM BODY!
...
</HTML>

Apache would forward the response as;


HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Sun, 18 Aug 2002 06:18:39 GMT
Content-type: text/html
                          << second CR/LF here, but missing <HTML>!
...
</HTML>

Whatever text appeared on that 'broken' header line would be
consumed by Apache 1.3.x proxies and the remainder of the request
would be processed as the body.

If we arrange a patch or agree to a convention for tollerrating this
behavior for Proxy, CGI and ISAPI responses, I suggest we do NOT eat
that non-header line, but pass it along as part of the response body.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to