URL Cleanup - polishing

See gh-22679
This commit is contained in:
Sam Brannen
2019-03-27 16:49:48 +01:00
parent 69350df56e
commit bd68101413
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);
}