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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]