You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/01/12 19:45:54 UTC

svn commit: r1557590 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Sun Jan 12 18:45:54 2014
New Revision: 1557590

URL: http://svn.apache.org/r1557590
Log:
2 proposals against mod_speling

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1557590&r1=1557589&r2=1557590&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jan 12 18:45:54 2014
@@ -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: