mirror of
https://github.com/google/nomulus
synced 2026-04-11 03:57:16 +00:00
Previously this didn't properly deal with nested routings, e.g. "settings/whois". It tried to just pass "whois" as the next url which doesn't work with the router because it's nested under the settings. Using all parts of the URL allows us to handle the nesting.