diff options
author | Graham Leggett <minfrin@apache.org> | 2011-02-12 20:02:58 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-02-12 20:02:58 +0100 |
commit | 11a01ec97a017dde8ac945e269e416d6e9ba5f40 (patch) | |
tree | e6979e9ec67d87bdb03334c35f90b47d649e1055 /CHANGES | |
parent | Log something nicer than "Internal error: pcfg_openfile() called (diff) | |
download | apache2-11a01ec97a017dde8ac945e269e416d6e9ba5f40.tar.xz apache2-11a01ec97a017dde8ac945e269e416d6e9ba5f40.zip |
mod_cache: When a bad Expires date is present, we need to behave as if
the Expires is in the past, not as if the Expires is missing. PR 16521.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.3.11 + *) mod_cache: When a bad Expires date is present, we need to behave as if + the Expires is in the past, not as if the Expires is missing. PR 16521. + [Co-Advisor <coad@measurement-factory.com>] + *) mod_cache: We must ignore quoted-string values that appear in a Cache-Control header. PR 50199. [Graham Leggett] |