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/02/01 13:35:02 UTC

DO NOT REPLY [Bug 52573] New: mod_speling case correction fails when URI has double slash //

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

             Bug #: 52573
           Summary: mod_speling case correction fails when URI has double
                    slash //
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_speling
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: eda@waniasset.com
    Classification: Unclassified


I configured mod_speling to allow case-insensitive requests:

    LoadModule speling_module modules/mod_speling.so
    CheckSpelling On
    CheckCaseOnly On
    AcceptPathInfo On

Under my DocumentRoot I created a directory called Test and inside that a file
called test.txt.  Then the following requests all work:

    /Test/test.txt
    /test/test.txt
    /Test//test.txt

However, this gives a 404 error:

    /test//test.txt

I had expected mod_speling to correct the case giving /Test//test.txt.
Can mod_speling be fixed to correct case even in the presence of double
slashes?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 52573] mod_speling case correction fails when URI has double slash //

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52573

Ed Avis <ed...@waniasset.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows XP                  |Linux

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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