]> granicus.if.org Git - apache/commitdiff
2 proposals against mod_speling
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Jan 2014 18:45:54 +0000 (18:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Jan 2014 18:45:54 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1557590 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dc7fce2a0692c78e5fa7e6143118f5ca0b165065..c4986ed6b2a07cd0d95ade37168cbe1dfff6eda3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -179,6 +179,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trawick: it's fine AFAICT but the Right Thing to do is to separate or even
              discard the unexpected struct recycled_pool change
 
+  * 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
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: