mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
URL Cleanup - fix links
See gh-22617 gh-22622 gh-22635
This commit is contained in:
+1
-1
@@ -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 = "http://example.org/foo/bar";
|
||||
String redirectedUrl = sendRedirect(location);
|
||||
assertEquals(location, redirectedUrl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user