DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44221>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44221 Summary: CheckCaseOnly On does not stop Multiple Choises based on common basename Product: Apache httpd-2 Version: 2.2.6 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: mod_speling AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] >From Documentation of "CheckCaseOnly Directive": "When set, this directive limits the action of the spelling correction to lower/upper case changes. Other potential corrections are not performed." But if I have e.g. the files "foo.gif" and "foo.jpg", a request on "foo.bar" still returns a Multiple Choices page instead of a Not Found page even with "CheckCaseOnly On". Proposed bug fix: Disable search for files with "common basename" if CheckCaseOnly is set to On. Proposed alternative, even better bug fix: Make the WANT_BASENAME_MATCH available as a configuration directive with context "server config, virtual host, directory, .htaccess". Thank you in advance -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
