summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-02-12 20:02:58 +0100
committerGraham Leggett <minfrin@apache.org>2011-02-12 20:02:58 +0100
commit11a01ec97a017dde8ac945e269e416d6e9ba5f40 (patch)
treee6979e9ec67d87bdb03334c35f90b47d649e1055 /CHANGES
parentLog something nicer than "Internal error: pcfg_openfile() called (diff)
downloadapache2-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 103725ed87..f0554a8958 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]