summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-06-23 17:04:57 +0200
committerNick Kew <niq@apache.org>2010-06-23 17:04:57 +0200
commitf877509b612076266a667255cd883535f7b31577 (patch)
treee403017d7426006c3f48870f2f04d36aac666c45 /CHANGES
parentexpiry is a time, not an interval (diff)
downloadapache2-f877509b612076266a667255cd883535f7b31577.tar.xz
apache2-f877509b612076266a667255cd883535f7b31577.zip
Fix return values from socache modules when a key is not found in cache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@957235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f38f3d453..a192b6332e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
Changes with Apache 2.3.7
+ *) socache modules: return APR_NOTFOUND when a lookup is not found [Nick Kew]
+
*) mod_authn_cache: new module [Nick Kew]
*) core: Try to proceed with authorization even if authentication failed.