From aa2171ce6fdb856c01738dc5c520cae22383be3f Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:49:28 -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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://www.springframework.org/schema/scala/util/scala-util.xsd (404) with 1 occurrences migrated to: https://www.springframework.org/schema/scala/util/scala-util.xsd ([https](https://www.springframework.org/schema/scala/util/scala-util.xsd) result 404). ## 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 4 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200). * http://www.springframework.org/schema/util/spring-util.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/util/spring-util.xsd ([https](https://www.springframework.org/schema/util/spring-util.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://www.springframework.org/schema/beans with 8 occurrences * http://www.springframework.org/schema/scala/util with 2 occurrences * http://www.springframework.org/schema/util with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- .../scala/beans/factory/xml/utilNamespaceHandlerTest.xml | 4 ++-- .../scala/beans/propertyeditors/scalaEditorRegistrarTest.xml | 4 ++-- .../scala/beans/scalaBeanInfoFactoryIntegrationTest.xml | 2 +- .../org/springframework/scala/context/function/imported.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/resources/org/springframework/scala/beans/factory/xml/utilNamespaceHandlerTest.xml b/src/test/resources/org/springframework/scala/beans/factory/xml/utilNamespaceHandlerTest.xml index 33f65de..6607364 100644 --- a/src/test/resources/org/springframework/scala/beans/factory/xml/utilNamespaceHandlerTest.xml +++ b/src/test/resources/org/springframework/scala/beans/factory/xml/utilNamespaceHandlerTest.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/scala/util https://www.springframework.org/schema/scala/util/scala-util.xsd"> diff --git a/src/test/resources/org/springframework/scala/beans/propertyeditors/scalaEditorRegistrarTest.xml b/src/test/resources/org/springframework/scala/beans/propertyeditors/scalaEditorRegistrarTest.xml index f8b451f..6875d69 100644 --- a/src/test/resources/org/springframework/scala/beans/propertyeditors/scalaEditorRegistrarTest.xml +++ b/src/test/resources/org/springframework/scala/beans/propertyeditors/scalaEditorRegistrarTest.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd"> diff --git a/src/test/resources/org/springframework/scala/beans/scalaBeanInfoFactoryIntegrationTest.xml b/src/test/resources/org/springframework/scala/beans/scalaBeanInfoFactoryIntegrationTest.xml index 734e185..da145e4 100644 --- a/src/test/resources/org/springframework/scala/beans/scalaBeanInfoFactoryIntegrationTest.xml +++ b/src/test/resources/org/springframework/scala/beans/scalaBeanInfoFactoryIntegrationTest.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/src/test/resources/org/springframework/scala/context/function/imported.xml b/src/test/resources/org/springframework/scala/context/function/imported.xml index ea8bcc2..3285879 100644 --- a/src/test/resources/org/springframework/scala/context/function/imported.xml +++ b/src/test/resources/org/springframework/scala/context/function/imported.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">