Use HTTPS for external links wherever possible
See gh-16319
This commit is contained in:
committed by
Andy Wilkinson
parent
e2de2c8238
commit
1a4c6f2dac
@@ -59,7 +59,7 @@ public class ChangeableUrlsTests {
|
||||
|
||||
@Test
|
||||
public void httpUrl() throws Exception {
|
||||
URL url = new URL("http://spring.io");
|
||||
URL url = new URL("https://spring.io");
|
||||
assertThat(ChangeableUrls.fromUrls(url)).isEmpty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user