URL Cleanup - polishing

See gh-22678
This commit is contained in:
Sam Brannen
2019-03-27 16:49:48 +01:00
parent 6dcc414805
commit 0e354754cf
4 changed files with 9 additions and 9 deletions

View File

@@ -372,7 +372,7 @@ public class ForwardedHeaderFilterTests {
this.request.addHeader(X_FORWARDED_HOST, "example.com");
this.request.addHeader(X_FORWARDED_PORT, "443");
String location = "https://weibo.com/otherinfo/foo/bar";
String location = "https://other.info/foo/bar";
String redirectedUrl = sendRedirect(location);
assertEquals(location, redirectedUrl);
}