Hello, all!
How to use such name in the actions: /site.name/controller/action-with-characters
it works with controllers:
Controller names are camelized, this means that characters (-) and (_) are removed and the next character is uppercased. For instance, some_controller is converted to SomeController.