Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
c70d2bc resolved the panic raised in the issue, but it also exposed my ignorance with regards to route-recognizer, our new routing library. Placing the * after a named param, as it was in the original example, leads to the behavior mentioned in #167. route-recognizer is operating exactly as intended. `:path*` doesn't capture additional URL segments, where `*path` does.
- Loading branch information