Closed russholio closed 12 years ago
If a suffix was added to the request string http://localhost/foo/bar.json
This extension was being passed to the matching route as part of the parameter bar.json was matching as the parameter.
This change means that only the bar matches
So, since the refactor, this really isn't necessary anymore :)
If a suffix was added to the request string http://localhost/foo/bar.json
This extension was being passed to the matching route as part of the parameter bar.json was matching as the parameter.
This change means that only the bar matches