]> granicus.if.org Git - apache/commitdiff
Remove proposals.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 28 Jan 2014 05:26:20 +0000 (05:26 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 28 Jan 2014 05:26:20 +0000 (05:26 +0000)
I will propose another patch later in order to be able to control at runtime WANT_BASENAME_MATCH, but without changing the current behaviour.

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

STATUS

diff --git a/STATUS b/STATUS
index 665a66a26029edf6edc5ea85682ef41e58d93128..bc89cdd3407350f3662cfc8d2a6469a8b03f9353 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -139,23 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/fdq-atomicsv2.patch
     +1: jim, trawick
 
-  * mod_speling: According to doc, 'CheckCaseOnly' directive should only check
-    for lower/upper case changes. Current code also cheks the basename. (i.e.
-    test.jpg and test.gif matches)
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1505279
-    2.4.x patch: trunk patch works
-    +1: jailletc36
-
-  * mod_speling: Add a new directive, 'CheckBasenameMatch' that allows to
-    compare basename. I propose to have it off by default which sounds more
-    logical to me. Doing so changes the default behaviour of the code as it
-    replaces #define WANT_BASENAME_MATCH.
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1557580
-    2.4.x patch: trunk patch works
-    +1: jailletc36
-    -1: covener, seems like unnecessary default change for 2.4. No issue w/o
-        default change.  
-
   * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
     5+ instead of just for FreeBSD 5. PR 53824.
     trunk patch: http://svn.apache.org/r1551685