Modify ↓
Opened 17 years ago
Closed 17 years ago
#8015 closed defect (wontfix)
Trac case sensitivites
| Reported by: | jonathan.kingston | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | none |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have noticed in trac that if i have an article: http://www.example.com/trac/Article
I am still able to access the link Via: http://www.example.com/trac/article
The problem being with downloads eg: http://www.example.com/trac/Article/download.xls
The link on my lowercase page to the download does not work: http://www.example.com/trac/article/download.xls
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | 0.11.3 |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



article?
That must be a plugin, which choose to do a case insensitive
match_request, not something very usual.AFAICT, all Trac links are case sensitive.
Also, maybe you have some Apache mod_rewrite rules active (or something equivalent if you're using another web server)?