From b5647376f435bfbdd6b49d58eb3a56a8f9bb212c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:29:00 -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). * http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd with 1 occurrences migrated to: https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd ([https](https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd) result 302). # Ignored These URLs were intentionally ignored. * http://java.sun.com/xml/ns/javaee with 2 occurrences * http://java.sun.com/xml/ns/persistence with 1 occurrences * http://www.springframework.org/schema/beans with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 2 occurrences --- .../resources/META-INF/spring-data-rest/repositories-export.xml | 2 +- src/main/webapp/WEB-INF/servlet-2.5-web.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/spring-data-rest/repositories-export.xml b/src/main/resources/META-INF/spring-data-rest/repositories-export.xml index e832228..72b61a3 100644 --- a/src/main/resources/META-INF/spring-data-rest/repositories-export.xml +++ b/src/main/resources/META-INF/spring-data-rest/repositories-export.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">