From 71e9b061fb3ee74042329f1ae45a1560e38d3403 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 20:05:38 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://www.springframework.org/schema/beans with 2 occurrences * http://www.springframework.org/schema/integration with 2 occurrences * http://www.springframework.org/schema/integration/flow with 2 occurrences * http://www.springframework.org/schema/tool with 2 occurrences * http://www.w3.org/2001/XMLSchema with 1 occurrences --- .../integration/flow/config/spring-integration-flow-1.0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/springframework/integration/flow/config/spring-integration-flow-1.0.xsd b/src/main/resources/org/springframework/integration/flow/config/spring-integration-flow-1.0.xsd index 383c8eb..24d30f3 100644 --- a/src/main/resources/org/springframework/integration/flow/config/spring-integration-flow-1.0.xsd +++ b/src/main/resources/org/springframework/integration/flow/config/spring-integration-flow-1.0.xsd @@ -8,7 +8,7 @@ + schemaLocation="https://www.springframework.org/schema/beans/spring-beans.xsd" />