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 jerenkrantz@apache.org 2002-06-06 21:45 -------
This is due to a bug in PHP and in the httpd-2.0 core.
default_handler shouldn't be calling ap_meets_condition(). As I posted to
dev@httpd, this decision should most likely be delayed until the
ap_http_header_filter() is called.
However, PHP's use of filters is completely and totally broken in many ways. =)
First off, it doesn't unset Last-Modified which it needs to do. There's a lot
of bogosity in how it deals with buckets. I've posted before to php-dev@ about
this.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|