diff options
author | Graham Leggett <minfrin@apache.org> | 2011-08-15 23:28:08 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-08-15 23:28:08 +0200 |
commit | 1d8184a974b68feccb29023f5bb99d7881af5807 (patch) | |
tree | fa17622c874a84b90e750be48f972a48ed7bdd60 /CHANGES | |
parent | Adds TODO item so I won't forget. (diff) | |
download | apache2-1d8184a974b68feccb29023f5bb99d7881af5807.tar.xz apache2-1d8184a974b68feccb29023f5bb99d7881af5807.zip |
mod_cache: Ensure that CacheDisable can correctly appear within
a LocationMatch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1158022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.15 + *) mod_cache: Ensure that CacheDisable can correctly appear within + a LocationMatch. [Graham Leggett] + *) mod_cache: Fix the moving of the CACHE filter, which erroneously stood down if the original filter was not added by configuration. [Graham Leggett] |