URL Cleanup - polishing

See gh-22680
This commit is contained in:
Sam Brannen
2019-03-27 16:49:48 +01:00
parent c90b6ea0bb
commit 3cf2c04406
4 changed files with 9 additions and 9 deletions

View File

@@ -441,7 +441,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);
}