Right now when using the shorthand syntax to match a request things like this will set the controller and action: ``` 'Test*:ac*ion' ``` You shouldn't be able to combine the match all with the controller/action string.
Right now when using the shorthand syntax to match a request things like this will set the controller and action:
You shouldn't be able to combine the match all with the controller/action string.