URL Cleanup - polishing
See gh-22680
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user