From f154e474d2d0de3922b91cccedf028f0eb6d2ecd Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 05:12:59 -0700 Subject: [PATCH] DATALDAP-108 - 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/data/ldap/spring-ldap.xsd (404) with 2 occurrences migrated to: https://www.springframework.org/schema/data/ldap/spring-ldap.xsd ([https](https://www.springframework.org/schema/data/ldap/spring-ldap.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://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * http://www.springframework.org/schema/beans/spring-beans.xsd with 3 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/ldap/spring-ldap.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/ldap/spring-ldap.xsd ([https](https://www.springframework.org/schema/ldap/spring-ldap.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 2 occurrences * http://www.springframework.org/schema/beans with 6 occurrences * http://www.springframework.org/schema/data/ldap with 4 occurrences * http://www.springframework.org/schema/ldap with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences Original Pull Request: #13 --- src/test/resources/infrastructure.xml | 4 ++-- .../data/ldap/config/LdapNamespaceHandlerTests-context.xml | 4 ++-- .../query/PartTreeLdapRepositoryQueryTests-context.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/resources/infrastructure.xml b/src/test/resources/infrastructure.xml index 1cddefb..f593941 100644 --- a/src/test/resources/infrastructure.xml +++ b/src/test/resources/infrastructure.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/ldap https://www.springframework.org/schema/ldap/spring-ldap.xsd"> diff --git a/src/test/resources/org/springframework/data/ldap/config/LdapNamespaceHandlerTests-context.xml b/src/test/resources/org/springframework/data/ldap/config/LdapNamespaceHandlerTests-context.xml index 79b19b7..d59b106 100644 --- a/src/test/resources/org/springframework/data/ldap/config/LdapNamespaceHandlerTests-context.xml +++ b/src/test/resources/org/springframework/data/ldap/config/LdapNamespaceHandlerTests-context.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/data/ldap https://www.springframework.org/schema/data/ldap/spring-ldap.xsd"> diff --git a/src/test/resources/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests-context.xml b/src/test/resources/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests-context.xml index 77f359e..64c1a23 100644 --- a/src/test/resources/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests-context.xml +++ b/src/test/resources/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests-context.xml @@ -2,8 +2,8 @@