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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED OS/Version|Linux |All Platform|PC |All Resolution|INVALID | Summary|Using Apache2 with dynamic |Conditional GET requests not |PHP pages leads to Cache |handled properly with |problems due to improper If-|filtered content |Last-Modified answer (304 | |Not Modified) | ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 21:04 ------- Oops. I take it all back. I just tried with mod_include's INCLUDES filter, and even though it strips Last-Modified, Apache still serves conditional GET requests. Ouch. Here's an example: ab26[joshua]59% telnet httpd.apache.org 80 Trying 63.251.56.142... Connected to httpd.apache.org. Escape character is '^]'. GET /docs/vhosts/index.html HTTP/1.1 Host: httpd.apache.org If-Modified-Since: Thu, 06 Jun 2002 20:58:16 GMT HTTP/1.1 304 Not Modified Date: Thu, 06 Jun 2002 21:01:29 GMT Server: Apache/2.0.37-dev (Unix) ETag: "ea72a-b3f-f3b22680;2434f440" Content-Location: index.html.en Vary: negotiate,accept-language,accept-charset --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
