]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1584430.
authorYann Ylavic <ylavic@apache.org>
Thu, 3 Apr 2014 22:33:21 +0000 (22:33 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 3 Apr 2014 22:33:21 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584434 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2401fef7f03f506774f02029b4d611a6d3051de6..36260d70bbcea99057e149a3467549707f5d8818 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_expires: don't add Expires header to error responses (4xx/5xx),
+     be they generated or forwarded. PR 55669. [ Yann Ylavic ]
+
   *) mod_rewrite: Support an optional list of characters to escape in the 
      argument for the 'B' (escape backreferences) flag. [Eric Covener]