summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2009-09-15 18:10:21 +0200
committerNick Kew <niq@apache.org>2009-09-15 18:10:21 +0200
commit608b02264eb7faf4efaf58371199748d25f86ee5 (patch)
tree1d07b576ccc5f78fe63c4e2713ac91d5b9706b7c /CHANGES
parentrespect const-ness of string argument to ap_expr_string() (diff)
downloadapache2-608b02264eb7faf4efaf58371199748d25f86ee5.tar.xz
apache2-608b02264eb7faf4efaf58371199748d25f86ee5.zip
Change "DefaultHandler" to "Fallback" as discussed on list and
today on IRC, in the hope that everyone will be satisfied. PR: 47184 + subsequent veto of original directive name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 93b8494e11..0d6494c900 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,7 +105,7 @@ Changes with Apache 2.3.3
*) mod_alias: ensure Redirect issues a valid URL.
PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
- *) mod_dir: add DefaultHandler directive, to enable admin to specify
+ *) mod_dir: add Fallback directive, to enable admin to specify
an action to happen when a URL maps to no file, without resorting
to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]