Actions
Bug #1978
closedmod_expire sends incorrect max-age when using mtime
ASK QUESTIONS IN Forums:
Description
mod_expire sets Cache-Control: max-age= to the configured interval, and not to the actual stamp.
According to rfc2616, max-age overrides Expires:, and in effect the 'modification' directive turns to 'access'
All tested browsers (IE,Opera,FF,Chrome) comply with the RFC.
Discovered while trying to serve images that change 4 times/day at known moments.
The attached patch shoudt fix this.
Files
Updated by icy over 15 years ago
- Target version changed from 1.4.22 to 1.4.23
While at it, the ints should be changed to time_ts.
target version != affected version
Updated by stbuehler over 15 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2503.
Actions
Also available in: Atom