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 2008/01/14 11:10:59 UTC

DO NOT REPLY [Bug 44221] New: - CheckCaseOnly On does not stop Multiple Choises based on common basename

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: bugs@httpd.apache.org
        ReportedBy: perske@uni-muenster.de


>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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org