-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix($urlMatcherFactory): no longer generate unroutable urls
Previously, urlMatcherFactory would squash default param values and any double slashes from generated urls (by default). This behaviour caused urls generated with default values in them to not route back to the state that generated them. Change the default behaviour to squash only the param-value and not the URLs. Closes #1487 feat($urlMatcherFactory): configurable url param squashing Allow configuration of the squashing behavior of default-url-parameters on a per-param basis with reasonable default setting.
- Loading branch information
1 parent
725cda6
commit cb9fd9d
Showing
2 changed files
with
97 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters