diff options
author | Stefan Fritsch <sf@apache.org> | 2010-10-16 09:59:21 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-10-16 09:59:21 +0000 |
commit | c2ab8147b96117c3f46aa0df6d99460070427a49 (patch) | |
tree | f35229f644c704b71dc6ccb658677fac86b6b584 /CHANGES | |
parent | db980ab45eb9b1077e668ac403b5113f91bbb9b3 (diff) | |
download | httpd-c2ab8147b96117c3f46aa0df6d99460070427a49.tar.gz |
core: Log a warning if <Limit> or <LimitExcept> are used. They are
deprecated and may go away in 2.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,9 @@ Changes with Apache 2.3.9 Fix a denial of service attack against mod_reqtimeout. [Stefan Fritsch] + *) core: Log a warning if <Limit> or <LimitExcept> are used. They are + deprecated and may go away in 2.4. [Stefan Fritsch] + *) mod_ssl: Log certificate information if client cert verification fails. PR 50094. [Lassi Tuura <lat cern ch>, Stefan Fritsch] @@ -63,6 +66,7 @@ Changes with Apache 2.3.9 *) core/mod_unique_id: Add generate_log_id hook to allow to use the ID generated by mod_unique_id as error log ID for requests. + [Stefan Fritsch] *) mod_cache: Make sure that we never allow a 304 Not Modified response that we asked for to leak to the client should the 304 response be |