summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-12-12 18:20:15 +0000
committerStefan Fritsch <sf@apache.org>2011-12-12 18:20:15 +0000
commit4b70151c3e6be5f8f86d80f9e1b5b351520f8262 (patch)
tree893eb5c8f1855809de6ab7f04297096781d5e78d /CHANGES
parent923b96d02fb4c7483bde94a93a763a2386940c18 (diff)
downloadhttpd-4b70151c3e6be5f8f86d80f9e1b5b351520f8262.tar.gz
Merge r1213338:
Limit length of lines in .htaccess to 8K again, to reduce DoS potential. Make ap_varbuf_cfg_getline() strictly enforce the max_len parameter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1213344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7889b02898..47ac8f7348 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.0
+ *) core: Limit line length in .htaccess to 8K like in 2.2.x, to avoid
+ additional DoS potential. [Stefan Fritsch]
+
*) core, all modules: Add unique tag to most error log messages. [Stefan
Fritsch]