Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model: Improve implementation of
AddressPair.navigate()
- Do not use the fundamental `.navigate()` method, as it needs too many workarounds. - Do not store and copy query parameters, because the implementation does not use `.navigate()` any longer. - Manipulate the `.path` property directly instead, computing it using the canonical `urljoin` function. - Adjustments about missing trailing slashes still need to take place.
- Loading branch information