]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Amend PR47184 backport proposal: s/DefaultHandler/DefaultMapping/
authorNick Kew <niq@apache.org>
Sat, 18 Jul 2009 23:53:16 +0000 (23:53 +0000)
committerNick Kew <niq@apache.org>
Sat, 18 Jul 2009 23:53:16 +0000 (23:53 +0000)
as per discussion on the list and wrowe subsequent veto.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795451 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 37a1c39249efdcfec674e9be0fa4a9fc235193d3..9c03031028eccfd19bf023787f640ee02e3bcd5d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -107,13 +107,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: rpluem, jim
 
- * mod_dir: add DefaultHandler directive
+ * mod_dir: add DefaultMapping directive
    PR 47184
    Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425
+                http://svn.apache.org/viewvc?view=rev&revision=795450
    2.2.x patch: http://people.apache.org/~niq/patches/47184.patch
                 (identical but for offsets, but patch failed on trunk version)
+                plus docs patch from r795450
    +1: niq
-   -1: wrowe; why 'DefaultHandler' is a bad choice for directive name posted to list
 
  * unixd: set suexec_enabled correctly when httpd is run by non-root
    PR 42175