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: