diff options
author | Nick Kew <niq@apache.org> | 2010-06-23 17:04:57 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-06-23 17:04:57 +0200 |
commit | f877509b612076266a667255cd883535f7b31577 (patch) | |
tree | e403017d7426006c3f48870f2f04d36aac666c45 /CHANGES | |
parent | expiry is a time, not an interval (diff) | |
download | apache2-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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |