I've run into a issue where a redirect to an AngularJS page can contain non-ascii characters as a query parameter.
When the query contains /?id=test%F6test the value instantly turns into /?id=undefined
(by Angular I presume).
Is there a nice way around this?