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=9673>. 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=9673 Conditional GET requests not handled properly with filtered content ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 21:12 ------- And what the heck is that ETag doing in the 304 response? It is not in there for a normal response: HEAD /docs/vhosts/index.html HTTP/1.1 Host: httpd.apache.org HTTP/1.1 200 OK Date: Thu, 06 Jun 2002 21:09:12 GMT Server: Apache/2.0.37-dev (Unix) Content-Location: index.html.en Vary: negotiate,accept-language,accept-charset TCN: choice Accept-Ranges: bytes Content-Length: 3158 Content-Type: text/html Content-Language: en And what the heck is the Content-Length doing in the normal response? Both Content-Length and ETags are explicitly unset by mod_include. I'm afraid I'm out of my league here, so I'll need to leave this to others. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
