Hei,
I am playing around with Vökuró and stumbled upon a funny thing. When I open a link to a controller which is not present, I get routed to the error-page. But when I open a link to a controller which exists, but use a uppercase letter, the page just loads the layout.volt without content.
Example:
-
www.example.com/mycontroller/ routes to the page 'mycontroller' as expected
-
www.example.com/maicooontroller/ routes to the error-page as expected
- www.example.com/mycONTroller/ seems to route to the page 'mycontroller', but without processing the {{ content }}
How can I influence the router and/or dispatcher to "strtolower($str);" the passed values of the URL?
greetings