diff options
author | Graham Leggett <minfrin@apache.org> | 2011-08-15 22:09:38 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-08-15 22:09:38 +0200 |
commit | c951f5e9998457d685ebb1f455985d5dc672050f (patch) | |
tree | be860e8d8b5be8533695427affe633cfca89ed9e /CHANGES | |
parent | Improve ssl_log_cxerror(): (diff) | |
download | apache2-c951f5e9998457d685ebb1f455985d5dc672050f.tar.xz apache2-c951f5e9998457d685ebb1f455985d5dc672050f.zip |
mod_cache: Fix the moving of the CACHE filter, which erroneously
stood down if the original filter was not added by configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.15 + *) mod_cache: Fix the moving of the CACHE filter, which erroneously + stood down if the original filter was not added by configuration. + [Graham Leggett] + *) mod_ssl: improve certificate error logging. PR 47408. [Kaspar Brand] *) mod_authz_groupfile: Increase length limit of lines in the group file to |