Ticket #1589 (closed defect: fixed)
server.force-lowercase-filenames doesn't work inside userdir's
| Reported by: | anders1@… | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.20 |
| Component: | core | Version: | 1.4.19 |
| Severity: | major | Keywords: | patch security |
| Cc: | anders1@…, kaan@… | Blocked By: | |
| Need User Feedback: | no | Blocking: |
Description
Hi,
I run lighttpd 1.4.19 on Linux on top of a case-insensitive filesystem (JFS with OS/2 compatibility enabled). I noticed that while lighty forces lower case filenames for files within the server.document-root, it doesn't for files in a userdir.
Example:
The original filename is test.php (works): http://andersman.org/test.php http://andersman.org/test.PHP
The original filename is test.php (shows sources !!): http://andersman.org/~anders/test.php http://andersman.org/~anders/test.PHP
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

