From 1d5ae1e8a38e392bcb63332430bdba702af0b810 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 00:31:30 -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-3.0.xsd with 12 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd) result 200). * [ ] http://www.springframework.org/schema/context/spring-context-3.0.xsd with 6 occurrences migrated to: https://www.springframework.org/schema/context/spring-context-3.0.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.0.xsd) result 200). * [ ] http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd with 2 occurrences migrated to: https://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd ([https](https://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd) result 200). * [ ] http://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd with 4 occurrences migrated to: https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd ([https](https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd) result 200). * [ ] http://www.springframework.org/schema/rabbit/spring-rabbit.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/rabbit/spring-rabbit.xsd ([https](https://www.springframework.org/schema/rabbit/spring-rabbit.xsd) result 200). * [ ] http://www.springframework.org/schema/task/spring-task-3.0.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/task/spring-task-3.0.xsd ([https](https://www.springframework.org/schema/task/spring-task-3.0.xsd) result 200). * [ ] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd with 2 occurrences migrated to: https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd ([https](https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd) result 302). # Ignored These URLs were intentionally ignored. * http://java.sun.com/xml/ns/j2ee with 4 occurrences * http://maven.apache.org/POM/4.0.0 with 16 occurrences * http://www.springframework.org/schema/beans with 24 occurrences * http://www.springframework.org/schema/context with 12 occurrences * http://www.springframework.org/schema/mvc with 4 occurrences * http://www.springframework.org/schema/p with 1 occurrences * http://www.springframework.org/schema/rabbit with 15 occurrences * http://www.springframework.org/schema/task with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 22 occurrences --- helloworld/src/main/resources/rabbitConfiguration.xml | 4 ++-- log4j/src/main/resources/server-bootstrap-config.xml | 4 ++-- log4j/src/main/resources/servlet-config.xml | 8 ++++---- log4j/src/main/webapp/WEB-INF/web.xml | 2 +- stocks/src/main/resources/client-bootstrap-config.xml | 4 ++-- stocks/src/main/resources/client-handlers.xml | 2 +- stocks/src/main/resources/client-messaging.xml | 4 ++-- stocks/src/main/resources/server-bootstrap-config.xml | 6 +++--- stocks/src/main/resources/server-handlers.xml | 2 +- stocks/src/main/resources/server-jmx.xml | 4 ++-- stocks/src/main/resources/server-messaging.xml | 4 ++-- stocks/src/main/resources/server-services.xml | 2 +- stocks/src/main/resources/servlet-config.xml | 8 ++++---- stocks/src/main/webapp/WEB-INF/web.xml | 2 +- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/helloworld/src/main/resources/rabbitConfiguration.xml b/helloworld/src/main/resources/rabbitConfiguration.xml index cf53cc9..b169198 100644 --- a/helloworld/src/main/resources/rabbitConfiguration.xml +++ b/helloworld/src/main/resources/rabbitConfiguration.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/rabbit https://www.springframework.org/schema/rabbit/spring-rabbit.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/log4j/src/main/resources/server-bootstrap-config.xml b/log4j/src/main/resources/server-bootstrap-config.xml index 0ea3449..4b97e94 100644 --- a/log4j/src/main/resources/server-bootstrap-config.xml +++ b/log4j/src/main/resources/server-bootstrap-config.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/log4j/src/main/resources/servlet-config.xml b/log4j/src/main/resources/servlet-config.xml index 12bc081..344177d 100644 --- a/log4j/src/main/resources/servlet-config.xml +++ b/log4j/src/main/resources/servlet-config.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd + http://www.springframework.org/schema/rabbit https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/log4j/src/main/webapp/WEB-INF/web.xml b/log4j/src/main/webapp/WEB-INF/web.xml index 16cd292..b941e74 100644 --- a/log4j/src/main/webapp/WEB-INF/web.xml +++ b/log4j/src/main/webapp/WEB-INF/web.xml @@ -2,7 +2,7 @@ + https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> contextConfigLocation diff --git a/stocks/src/main/resources/client-bootstrap-config.xml b/stocks/src/main/resources/client-bootstrap-config.xml index bce686d..691f855 100644 --- a/stocks/src/main/resources/client-bootstrap-config.xml +++ b/stocks/src/main/resources/client-bootstrap-config.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/stocks/src/main/resources/client-handlers.xml b/stocks/src/main/resources/client-handlers.xml index 94a5d61..0b31ace 100644 --- a/stocks/src/main/resources/client-handlers.xml +++ b/stocks/src/main/resources/client-handlers.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/stocks/src/main/resources/client-messaging.xml b/stocks/src/main/resources/client-messaging.xml index 2e7bbd2..bd5b3e9 100644 --- a/stocks/src/main/resources/client-messaging.xml +++ b/stocks/src/main/resources/client-messaging.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/rabbit https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/stocks/src/main/resources/server-bootstrap-config.xml b/stocks/src/main/resources/server-bootstrap-config.xml index 6f263f7..4d82e6f 100644 --- a/stocks/src/main/resources/server-bootstrap-config.xml +++ b/stocks/src/main/resources/server-bootstrap-config.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/stocks/src/main/resources/server-handlers.xml b/stocks/src/main/resources/server-handlers.xml index 3f97d4d..1f8a303 100644 --- a/stocks/src/main/resources/server-handlers.xml +++ b/stocks/src/main/resources/server-handlers.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/stocks/src/main/resources/server-jmx.xml b/stocks/src/main/resources/server-jmx.xml index c61a8b8..aa6ba6f 100644 --- a/stocks/src/main/resources/server-jmx.xml +++ b/stocks/src/main/resources/server-jmx.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/stocks/src/main/resources/server-messaging.xml b/stocks/src/main/resources/server-messaging.xml index 680462b..df323c4 100644 --- a/stocks/src/main/resources/server-messaging.xml +++ b/stocks/src/main/resources/server-messaging.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/rabbit https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/stocks/src/main/resources/server-services.xml b/stocks/src/main/resources/server-services.xml index 29bcf31..22d78d6 100644 --- a/stocks/src/main/resources/server-services.xml +++ b/stocks/src/main/resources/server-services.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/stocks/src/main/resources/servlet-config.xml b/stocks/src/main/resources/servlet-config.xml index 3b8bec5..da2b1fc 100644 --- a/stocks/src/main/resources/servlet-config.xml +++ b/stocks/src/main/resources/servlet-config.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd + http://www.springframework.org/schema/rabbit https://www.springframework.org/schema/rabbit/spring-rabbit-1.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/stocks/src/main/webapp/WEB-INF/web.xml b/stocks/src/main/webapp/WEB-INF/web.xml index fda42b6..57de231 100644 --- a/stocks/src/main/webapp/WEB-INF/web.xml +++ b/stocks/src/main/webapp/WEB-INF/web.xml @@ -2,7 +2,7 @@