diff options
author | Eric Covener <covener@apache.org> | 2012-11-29 01:24:44 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2012-11-29 01:24:44 +0100 |
commit | ddabe66f5e8fc9684b9c7b2e253aac4605fd3bb5 (patch) | |
tree | 088a037d963a08dcd3b32b79b517e2fc9b83ac4a /CHANGES | |
parent | Zombie translations (diff) | |
download | apache2-ddabe66f5e8fc9684b9c7b2e253aac4605fd3bb5.tar.xz apache2-ddabe66f5e8fc9684b9c7b2e253aac4605fd3bb5.zip |
PR54222: catch invalid ServerTokens args
Submitted by: Jackie Zhang <jackie.qq.zhang gmail.com>
Reviewed/modified by: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415008 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 + *) core: Fail startup if the argument to ServerTokens is unrecognized. + [Jackie Zhang <jackie.qq.zhang gmail.com>] + *) mod_log_forensic: Don't log a spurious "-" if a request has been rejected before mod_log_forensic could attach its id to it. [Stefan Fritsch] |