From 065fdd82e0e4839bcc606b922fd13b7d67be0295 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 03:51:59 -0700 Subject: [PATCH] URL Cleanup (#8) 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-2.0.xsd with 3 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans-2.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-2.0.xsd) result 200). * http://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 1 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/beans/spring-beans-3.1.xsd with 5 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans-3.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.1.xsd) result 200). * http://www.springframework.org/schema/context/spring-context-2.5.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/context/spring-context-2.5.xsd ([https](https://www.springframework.org/schema/context/spring-context-2.5.xsd) result 200). * http://www.springframework.org/schema/context/spring-context-3.1.xsd with 3 occurrences migrated to: https://www.springframework.org/schema/context/spring-context-3.1.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.1.xsd) result 200). * http://www.springframework.org/schema/jms/spring-jms-3.1.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/jms/spring-jms-3.1.xsd ([https](https://www.springframework.org/schema/jms/spring-jms-3.1.xsd) result 200). * http://www.springframework.org/schema/security/spring-security-3.1.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/security/spring-security-3.1.xsd ([https](https://www.springframework.org/schema/security/spring-security-3.1.xsd) result 200). * http://www.springframework.org/schema/tx/spring-tx-3.1.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/tx/spring-tx-3.1.xsd ([https](https://www.springframework.org/schema/tx/spring-tx-3.1.xsd) result 200). * http://www.springframework.org/schema/web-services/web-services-2.0.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/web-services/web-services-2.0.xsd ([https](https://www.springframework.org/schema/web-services/web-services-2.0.xsd) result 200). * http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd with 1 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). * http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd with 1 occurrences migrated to: https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd) result 302). * http://java.sun.com/xml/ns/xwss/config with 3 occurrences migrated to: https://java.sun.com/xml/ns/xwss/config ([https](https://java.sun.com/xml/ns/xwss/config) result 302). # Ignored These URLs were intentionally ignored. * http://java.sun.com/xml/ns/j2ee with 2 occurrences * http://java.sun.com/xml/ns/persistence with 2 occurrences * http://localhost:8080/airline-server/services with 2 occurrences * http://mycompany.com/hr/schemas with 1 occurrences * http://www.springframework.org/schema/beans with 18 occurrences * http://www.springframework.org/schema/context with 8 occurrences * http://www.springframework.org/schema/jms with 2 occurrences * http://www.springframework.org/schema/security with 2 occurrences * http://www.springframework.org/schema/tx with 2 occurrences * http://www.springframework.org/schema/web-services with 2 occurrences * http://www.springframework.org/spring-ws/samples/airline/definitions with 1 occurrences * http://www.springframework.org/spring-ws/samples/airline/schemas/messages with 1 occurrences * http://www.springframework.org/spring-ws/samples/echo with 1 occurrences * http://www.springframework.org/spring-ws/samples/stockquote with 1 occurrences * http://www.w3.org/2001/XMLSchema-instance with 11 occurrences --- .../ws/samples/airline/client/jms/applicationContext.xml | 2 +- .../ws/samples/airline/client/saaj/securityPolicy.xml | 2 +- .../ws/samples/airline/client/sws/applicationContext.xml | 2 +- .../ws/samples/airline/client/sws/securityPolicy.xml | 2 +- airline/server/src/main/resources/META-INF/persistence.xml | 2 +- .../ws/samples/airline/dao/jpa/applicationContext-jpa.xml | 4 ++-- .../ws/samples/airline/jms/applicationContext-jms.xml | 4 ++-- .../airline/security/applicationContext-security.xml | 4 ++-- .../ws/samples/airline/security/securityPolicy.xml | 2 +- .../ws/samples/airline/service/applicationContext.xml | 6 +++--- .../ws/samples/airline/ws/applicationContext-ws.xml | 6 +++--- airline/server/src/main/webapp/WEB-INF/mvc-servlet.xml | 4 ++-- airline/server/src/main/webapp/WEB-INF/web.xml | 2 +- airline/server/src/main/webapp/WEB-INF/ws-servlet.xml | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/airline/client/jms/src/main/resources/org/springframework/ws/samples/airline/client/jms/applicationContext.xml b/airline/client/jms/src/main/resources/org/springframework/ws/samples/airline/client/jms/applicationContext.xml index 790904c..11067d7 100644 --- a/airline/client/jms/src/main/resources/org/springframework/ws/samples/airline/client/jms/applicationContext.xml +++ b/airline/client/jms/src/main/resources/org/springframework/ws/samples/airline/client/jms/applicationContext.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> diff --git a/airline/client/saaj/src/main/resources/org/springframework/ws/samples/airline/client/saaj/securityPolicy.xml b/airline/client/saaj/src/main/resources/org/springframework/ws/samples/airline/client/saaj/securityPolicy.xml index 8509073..195eb98 100644 --- a/airline/client/saaj/src/main/resources/org/springframework/ws/samples/airline/client/saaj/securityPolicy.xml +++ b/airline/client/saaj/src/main/resources/org/springframework/ws/samples/airline/client/saaj/securityPolicy.xml @@ -1,3 +1,3 @@ - + diff --git a/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/applicationContext.xml b/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/applicationContext.xml index 19c2ed6..21a31df 100644 --- a/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/applicationContext.xml +++ b/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/applicationContext.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> diff --git a/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/securityPolicy.xml b/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/securityPolicy.xml index 8509073..195eb98 100644 --- a/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/securityPolicy.xml +++ b/airline/client/spring-ws/src/main/resources/org/springframework/ws/samples/airline/client/sws/securityPolicy.xml @@ -1,3 +1,3 @@ - + diff --git a/airline/server/src/main/resources/META-INF/persistence.xml b/airline/server/src/main/resources/META-INF/persistence.xml index 5f67178..0834a67 100644 --- a/airline/server/src/main/resources/META-INF/persistence.xml +++ b/airline/server/src/main/resources/META-INF/persistence.xml @@ -1,6 +1,6 @@ org.apache.openjpa.persistence.PersistenceProviderImpl diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/dao/jpa/applicationContext-jpa.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/dao/jpa/applicationContext-jpa.xml index d322dc5..20062a7 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/dao/jpa/applicationContext-jpa.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/dao/jpa/applicationContext-jpa.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd"> diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/jms/applicationContext-jms.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/jms/applicationContext-jms.xml index aae02e2..1fa957e 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/jms/applicationContext-jms.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/jms/applicationContext-jms.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd + http://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms-3.1.xsd"> diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/applicationContext-security.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/applicationContext-security.xml index e464450..c51aee7 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/applicationContext-security.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/applicationContext-security.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd + http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-3.1.xsd"> This application context contains the WS-Security and Spring Security beans. diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/securityPolicy.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/securityPolicy.xml index b6d644b..0d7140f 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/securityPolicy.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/security/securityPolicy.xml @@ -1,3 +1,3 @@ - + diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/service/applicationContext.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/service/applicationContext.xml index a24f49e..6cefe32 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/service/applicationContext.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/service/applicationContext.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx-3.1.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd"> diff --git a/airline/server/src/main/resources/org/springframework/ws/samples/airline/ws/applicationContext-ws.xml b/airline/server/src/main/resources/org/springframework/ws/samples/airline/ws/applicationContext-ws.xml index 0fe62f8..fd44eb4 100644 --- a/airline/server/src/main/resources/org/springframework/ws/samples/airline/ws/applicationContext-ws.xml +++ b/airline/server/src/main/resources/org/springframework/ws/samples/airline/ws/applicationContext-ws.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:sws="http://www.springframework.org/schema/web-services" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd - http://www.springframework.org/schema/web-services http://www.springframework.org/schema/web-services/web-services-2.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.1.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/web-services https://www.springframework.org/schema/web-services/web-services-2.0.xsd"> diff --git a/airline/server/src/main/webapp/WEB-INF/mvc-servlet.xml b/airline/server/src/main/webapp/WEB-INF/mvc-servlet.xml index 44e82e0..9a71074 100644 --- a/airline/server/src/main/webapp/WEB-INF/mvc-servlet.xml +++ b/airline/server/src/main/webapp/WEB-INF/mvc-servlet.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-2.5.xsd"> This web application context contains a simple Spring Web MVC web application that shows flights diff --git a/airline/server/src/main/webapp/WEB-INF/web.xml b/airline/server/src/main/webapp/WEB-INF/web.xml index da691a4..12586dc 100644 --- a/airline/server/src/main/webapp/WEB-INF/web.xml +++ b/airline/server/src/main/webapp/WEB-INF/web.xml @@ -2,7 +2,7 @@ Spring-WS Airline Sample diff --git a/airline/server/src/main/webapp/WEB-INF/ws-servlet.xml b/airline/server/src/main/webapp/WEB-INF/ws-servlet.xml index df46c1f..eda6c0c 100644 --- a/airline/server/src/main/webapp/WEB-INF/ws-servlet.xml +++ b/airline/server/src/main/webapp/WEB-INF/ws-servlet.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-2.0.xsd">