You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/06/08 18:53:14 UTC

[Bug 44221] CheckCaseOnly On does not stop Multiple Choices based on common basename

https://issues.apache.org/bugzilla/show_bug.cgi?id=44221

Josh <jd...@grantstream.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jdavis@grantstream.com

--- Comment #6 from Josh <jd...@grantstream.com> ---
I'm experiencing this issue in version 2.2.17.

My config:
<IfModule mod_speling.c>
CheckCaseOnly On
CheckSpelling On
</IfModule>


Example:
1. Navigate to non-existing resource -
https://[URL]/js/jquery.ui.monthpicker.js

2. Results in 300 Multiple Choices - Similar documents found with a single
folder found -  /js/jQuery (common basename) 


I have reviewed the source of mod_speling.c from version 2.2.15 up to 2.3-trunk
and there has been no change/patch implemented; all versions are affected.

If CheckCaseOnly was 'Off' I'd expect this result; however with it set to 'On'
this is incorrect behavior and goes against what CheckCaseOnly implies.

In addition, I like Rainer's suggestion of making WANT_BASENAME_MATCH a
configuration directive with support for context; as this would be a great
addition to this module. It could be defaulted to On/true for backward
compatibility and allow for those experiencing issues to set it accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org