Fixes missing cache-control and last-modified headers with file cached pages.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Jul 2003 10:18:07 +0000 (10:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 3 Jul 2003 10:18:07 +0000 (10:18 +0000)
commitcd0a89520dec7b2c5de5ff5a519e083bd546a798
treed72e435daa9501ef2f46db276d95f08c1b472895
parent2051699fc90614c3ffd38d893c314817bf262031
Fixes missing cache-control and last-modified headers with file cached pages.
HOWEVER, the session cookie seems to override our cache control. May need to
mess with this to get things working smoothly.

Also, caching + gzip may be a difficult combination.
includes/Article.php
includes/OutputPage.php