Description
String url = "https://test.com/test?https://test.com/test?param=value"; throw new RedirectToUrlException(url);
It redirects to https://www.test.com/test?https://test.com/test%3Fparam=value
https://test.com/test?https://test.com/test?param=value is expected.