summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2010-11-20 21:39:23 +0000
committerGraham Leggett <minfrin@apache.org>2010-11-20 21:39:23 +0000
commit476bd51775c8663a8b2e06d280d655ab7987e8a6 (patch)
tree84a693a582ac513c3cc3c3c482e2393e3e886c59 /CHANGES
parentc6230cc889e034de7ba045dcd1ab2149771fdfb0 (diff)
downloadhttpd-476bd51775c8663a8b2e06d280d655ab7987e8a6.tar.gz
mod_include: Add the onerror attribute to the include element, allowing
an URL to be specified to include on error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c736e6c2c..23cc717545 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@ Changes with Apache 2.3.9
Fix a denial of service attack against mod_reqtimeout.
[Stefan Fritsch]
+ *) mod_include: Add the onerror attribute to the include element,
+ allowing an URL to be specified to include on error. [Graham
+ Leggett]
+
*) mod_cache_disk: mod_disk_cache renamed to mod_cache_disk, to be
consistent with the naming of other modules. [Graham Leggett]