From 63d45fd66f195f394faa168b46008b6abe3bdc5d Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:48:07 -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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd (404) with 35 occurrences could not be migrated: ([https](https://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd) result SSLHandshakeException). * http://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd (404) with 11 occurrences could not be migrated: ([https](https://springpython.webfactional.com/schema/context/spring-python-context-1.1.xsd) result SSLHandshakeException). * http://springpython.webfactional.com/schema/context/spring-python-pycontainer-context-1.0.xsd (404) with 8 occurrences could not be migrated: ([https](https://springpython.webfactional.com/schema/context/spring-python-pycontainer-context-1.0.xsd) result SSLHandshakeException). # 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-2.5.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans-2.5.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-2.5.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://localhost:8080/ with 1 occurrences * http://www.springframework.org/schema/beans with 2 occurrences * http://www.springframework.org/springpython/schema/objects with 70 occurrences * http://www.springframework.org/springpython/schema/objects/1.1 with 22 occurrences * http://www.springframework.org/springpython/schema/pycontainer-components with 16 occurrences * http://www.w3.org/2001/XMLSchema-instance with 55 occurrences --- test/springpythontest/support/contextSpringJavaAppContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/springpythontest/support/contextSpringJavaAppContext.xml b/test/springpythontest/support/contextSpringJavaAppContext.xml index b191518..5e3f082 100644 --- a/test/springpythontest/support/contextSpringJavaAppContext.xml +++ b/test/springpythontest/support/contextSpringJavaAppContext.xml @@ -2,7 +2,7 @@ + https://www.springframework.org/schema/beans/spring-beans-2.5.xsd">