]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix case where an included file may change but the shtml file has not -
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:20:32 +0000 (06:20 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:20:32 +0000 (06:20 +0000)
commitddc7f2f952ba1196f5a44fde7a0253554957f4ed
tree09b43ac1c9e5f9d66797992a38cc2a9a06a5a396
parent11618332249fb3ec61327c37dca12dda2a4de671
Fix case where an included file may change but the shtml file has not -
since we returned Last-Modified/ETag headers, we said that it was possibly
cacheable.  Wrong.

See RFC 2616 13.3.4 for more details (these are SHOULD/MAY clauses, so I
think we can discard them when we are dealing with dynamic data).

(Justin cleaned up the comment to cite RFC 2616.)

Submitted by: Ian Holsman <ianh@cnet.com>
Reviewed by: Justin Erenkrantz, Aaron Bannert, Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91080 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c