Files
gerrit/polygerrit-ui/app/elements/core/gr-router
Logan Hanks 7e1d00b7ba Fix repeated path when '#' is not followed by '/'
When the URL contains a hash followed by a path without a leading
slash, page.js ultimately redirects to that path repeated twice.
Certain authentication flows can lead to the server directing the
browser to such a URL. To fix we just ensure that hash paths are
always absolute.

Bug: Issue 4569
Change-Id: If3dccbd7724aca984c6f903a865e263a964112e3
2016-10-10 13:17:08 -07:00
..