diff options
author | Graham Leggett <minfrin@apache.org> | 2013-09-14 15:48:46 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-09-14 15:48:46 +0200 |
commit | 4b7e438b314757d72373e0cd8f9573c2f166e277 (patch) | |
tree | d96bc151463ba21e3433543c1c20a13cbb3f28a2 /CHANGES | |
parent | Updates. (diff) | |
download | apache2-4b7e438b314757d72373e0cd8f9573c2f166e277.tar.xz apache2-4b7e438b314757d72373e0cd8f9573c2f166e277.zip |
mod_auth_digest: Be more specific when the realm mismatches because the
realm has not been specified.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1523239 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.5.0 + *) mod_auth_digest: Be more specific when the realm mismatches because the + realm has not been specified. [Graham Leggett] + *) mod_cache: Avoid a crash with strcmp() when the hostname is not provided. [Graham Leggett] |