Bug Report #4200
<controller> is case insensitive
| Status: | Closed | Start date: | 08/12/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | - | |||
| Resolution: | invalid | Points: | 1 |
Description
see: http://forum.kohanaframework.org/discussion/9509/seo-bug-with-kohana-3.2s#Item_3
This is a bug, since it open kohana to SEO exploitation.
A simple solution might be to only allow lowercase (by default) since it's pretty awkward to have mixedcase urls.
History
Updated by Jeremy Bush 9 months ago
- Target version set to v3.3.0
People can always specify their regex they want per route, if you want to change the default "allowed" regex globally, override the REGEX_SEGMENT constant in the Route class.
Updated by Jeremy Bush 5 months ago
- Target version changed from v3.3.0 to Unscheduled
Updated by Woody Gilk 4 months ago
- Category set to Core
- Status changed from New to Closed
- Assignee set to Woody Gilk
- Target version deleted (
Unscheduled) - Resolution set to invalid
This only applies to the "default" route that ships with Kohana. If you want to control casing, use proper routing.