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=16673>. 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=16673 mod_include problems with multiple include virtual requests and cgi-wrapper Summary: mod_include problems with multiple include virtual requests and cgi-wrapper Product: Apache httpd-2.0 Version: 2.0.44 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: mod_include AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This is a follow-up on bug 16498, in which I presented a problem in mod_include in version 2.0.40: when using "include virtual=" elements in a ssi page AND using a wrapped cgi-handler (AddHandler + action), mod_include returned a wrong Content-length header. In 2.0.44 this is fixed by not returning a Content-length header at all for ssi pages. This works for some browsers (i.e. Netscape 4.08), but not for others (i.e. IE 6) because of another bug: When using a wrapped cgi handler (I now refer to bug 16498), mod_include will enter 2 0-length lines after the output of an "include virtual=" element. (see the 2 attachments output_cgi-scripthandler.txt and output_wrapped.txt for the difference). IE thinks, after the first 0 line the file is done and closes connection. Maybe this is not according to protocol (I don't know the ins and outs), but it's certainly a problem with a lot of visitors, who all use IE 6. Better not to return these lines. Please see the attachments of bug 16498 for the setup, and the to outputs enclosed here. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
