From 5985366945a44d6163767ec28e1712d71b0c2640 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:54:49 -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 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/webflow-config/spring-webflow-config-2.4.xsd (404) with 1 occurrences migrated to: https://www.springframework.org/schema/webflow-config/spring-webflow-config-2.4.xsd ([https](https://www.springframework.org/schema/webflow-config/spring-webflow-config-2.4.xsd) result 404). * http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd (404) with 14 occurrences migrated to: https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd ([https](https://www.springframework.org/schema/webflow/spring-webflow-2.0.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://tiles.apache.org/dtds/tiles-config_2_0.dtd with 5 occurrences migrated to: https://tiles.apache.org/dtds/tiles-config_2_0.dtd ([https](https://tiles.apache.org/dtds/tiles-config_2_0.dtd) result 200). * http://tiles.apache.org/dtds/tiles-config_3_0.dtd with 4 occurrences migrated to: https://tiles.apache.org/dtds/tiles-config_3_0.dtd ([https](https://tiles.apache.org/dtds/tiles-config_3_0.dtd) result 200). * http://www.springframework.org/schema/beans/spring-beans.xsd with 8 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/context/spring-context.xsd with 4 occurrences migrated to: https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd) result 200). * http://www.springframework.org/schema/faces/spring-faces.xsd with 2 occurrences migrated to: https://www.springframework.org/schema/faces/spring-faces.xsd ([https](https://www.springframework.org/schema/faces/spring-faces.xsd) result 200). * http://www.springframework.org/schema/mvc/spring-mvc.xsd with 4 occurrences migrated to: https://www.springframework.org/schema/mvc/spring-mvc.xsd ([https](https://www.springframework.org/schema/mvc/spring-mvc.xsd) result 200). * http://www.springframework.org/schema/security/spring-security.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/security/spring-security.xsd ([https](https://www.springframework.org/schema/security/spring-security.xsd) result 200). * http://www.springframework.org/schema/webflow-config/spring-webflow-config.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/webflow-config/spring-webflow-config.xsd ([https](https://www.springframework.org/schema/webflow-config/spring-webflow-config.xsd) result 200). * http://www.springframework.org/schema/webflow/spring-webflow.xsd with 4 occurrences migrated to: https://www.springframework.org/schema/webflow/spring-webflow.xsd ([https](https://www.springframework.org/schema/webflow/spring-webflow.xsd) result 200). * http://maven.apache.org/maven-v4_0_0.xsd with 5 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). * http://java.sun.com/dtd/facelet-taglib_1_0.dtd with 2 occurrences migrated to: https://java.sun.com/dtd/facelet-taglib_1_0.dtd ([https](https://java.sun.com/dtd/facelet-taglib_1_0.dtd) result 302). * http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd with 2 occurrences migrated to: https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd ([https](https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd) result 302). * http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd with 2 occurrences migrated to: https://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd ([https](https://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd) result 302). * http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd with 2 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). # Ignored These URLs were intentionally ignored. * http://java.sun.com/xml/ns/javaee with 8 occurrences * http://java.sun.com/xml/ns/persistence with 4 occurrences * http://maven.apache.org/POM/4.0.0 with 10 occurrences * http://www.springframework.org/schema/beans with 16 occurrences * http://www.springframework.org/schema/context with 8 occurrences * http://www.springframework.org/schema/faces with 4 occurrences * http://www.springframework.org/schema/mvc with 8 occurrences * http://www.springframework.org/schema/security with 2 occurrences * http://www.springframework.org/schema/webflow with 36 occurrences * http://www.springframework.org/schema/webflow-config with 4 occurrences * http://www.springframework.org/security/tags with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 37 occurrences --- booking-faces/pom.xml | 2 +- booking-faces/src/main/resources/META-INF/persistence.xml | 2 +- booking-faces/src/main/webapp/WEB-INF/faces-config.xml | 2 +- .../main/webapp/WEB-INF/flows/booking/booking-flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/main/main-flow.xml | 2 +- .../src/main/webapp/WEB-INF/springsecurity.taglib.xml | 2 +- booking-mvc/pom.xml | 2 +- booking-mvc/src/main/resources/META-INF/persistence.xml | 2 +- .../main/webapp/WEB-INF/hotels/booking/booking-flow.xml | 2 +- .../src/main/webapp/WEB-INF/hotels/booking/views.xml | 2 +- booking-mvc/src/main/webapp/WEB-INF/hotels/views.xml | 2 +- booking-mvc/src/main/webapp/WEB-INF/layouts/views.xml | 2 +- booking-mvc/src/main/webapp/WEB-INF/views.xml | 2 +- pom.xml | 2 +- primefaces-showcase/pom.xml | 2 +- .../src/main/webapp/WEB-INF/faces-config.xml | 2 +- .../src/main/webapp/WEB-INF/flows/ajax-jsf/flow.xml | 2 +- .../main/webapp/WEB-INF/flows/ajax-primefaces/flow.xml | 2 +- .../main/webapp/WEB-INF/flows/ajax-render-action/flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/autocomplete/flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/file-upload/flow.xml | 2 +- .../webapp/WEB-INF/flows/modal-dialog-in-view/flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/parent-flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/poller/flow.xml | 2 +- .../webapp/WEB-INF/flows/spring-security-taglib/flow.xml | 2 +- .../top-flow-with-embedded-subflow/embedded-flow/flow.xml | 2 +- .../WEB-INF/flows/top-flow-with-embedded-subflow/flow.xml | 2 +- .../main/webapp/WEB-INF/flows/validation-bean/flow.xml | 2 +- .../main/webapp/WEB-INF/flows/validation-model/flow.xml | 2 +- .../main/webapp/WEB-INF/spring/appServlet/controllers.xml | 6 +++--- .../webapp/WEB-INF/spring/appServlet/servlet-context.xml | 8 ++++---- .../src/main/webapp/WEB-INF/spring/appServlet/webflow.xml | 6 +++--- .../src/main/webapp/WEB-INF/spring/root-context.xml | 2 +- .../src/main/webapp/WEB-INF/spring/security-config.xml | 4 ++-- .../src/main/webapp/WEB-INF/springsecurity.taglib.xml | 2 +- primefaces-showcase/src/main/webapp/WEB-INF/web.xml | 2 +- webflow-showcase/pom.xml | 2 +- .../WEB-INF/flows/embedded-flow-in-modal-dialog/flow.xml | 2 +- .../WEB-INF/flows/embedded-flow-in-modal-dialog/views.xml | 2 +- .../src/main/webapp/WEB-INF/flows/embedded-flow/flow.xml | 2 +- .../src/main/webapp/WEB-INF/flows/embedded-flow/views.xml | 2 +- webflow-showcase/src/main/webapp/WEB-INF/flows/views.xml | 2 +- .../src/main/webapp/WEB-INF/layouts/views.xml | 2 +- .../src/main/webapp/WEB-INF/spring/controllers.xml | 6 +++--- .../src/main/webapp/WEB-INF/spring/servlet-context.xml | 6 +++--- .../src/main/webapp/WEB-INF/spring/webflow.xml | 4 ++-- webflow-showcase/src/main/webapp/WEB-INF/views/views.xml | 2 +- webflow-showcase/src/main/webapp/WEB-INF/web.xml | 2 +- 48 files changed, 61 insertions(+), 61 deletions(-) diff --git a/booking-faces/pom.xml b/booking-faces/pom.xml index 0efe4e0..b2156b1 100644 --- a/booking-faces/pom.xml +++ b/booking-faces/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-faces diff --git a/booking-faces/src/main/resources/META-INF/persistence.xml b/booking-faces/src/main/resources/META-INF/persistence.xml index 498b08c..63356b3 100755 --- a/booking-faces/src/main/resources/META-INF/persistence.xml +++ b/booking-faces/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ org.hibernate.ejb.HibernatePersistence diff --git a/booking-faces/src/main/webapp/WEB-INF/faces-config.xml b/booking-faces/src/main/webapp/WEB-INF/faces-config.xml index 2893236..58e7f88 100644 --- a/booking-faces/src/main/webapp/WEB-INF/faces-config.xml +++ b/booking-faces/src/main/webapp/WEB-INF/faces-config.xml @@ -1,7 +1,7 @@ diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/booking/booking-flow.xml b/booking-faces/src/main/webapp/WEB-INF/flows/booking/booking-flow.xml index 5deff5b..f886503 100755 --- a/booking-faces/src/main/webapp/WEB-INF/flows/booking/booking-flow.xml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/booking/booking-flow.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/webflow - http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> + https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> diff --git a/booking-faces/src/main/webapp/WEB-INF/flows/main/main-flow.xml b/booking-faces/src/main/webapp/WEB-INF/flows/main/main-flow.xml index c08aa87..aafb481 100755 --- a/booking-faces/src/main/webapp/WEB-INF/flows/main/main-flow.xml +++ b/booking-faces/src/main/webapp/WEB-INF/flows/main/main-flow.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/webflow - http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> + https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> diff --git a/booking-faces/src/main/webapp/WEB-INF/springsecurity.taglib.xml b/booking-faces/src/main/webapp/WEB-INF/springsecurity.taglib.xml index ea37d89..2c0dfbe 100644 --- a/booking-faces/src/main/webapp/WEB-INF/springsecurity.taglib.xml +++ b/booking-faces/src/main/webapp/WEB-INF/springsecurity.taglib.xml @@ -1,7 +1,7 @@ + "https://java.sun.com/dtd/facelet-taglib_1_0.dtd"> http://www.springframework.org/security/tags diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index 5c4e55c..9c92a65 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-mvc diff --git a/booking-mvc/src/main/resources/META-INF/persistence.xml b/booking-mvc/src/main/resources/META-INF/persistence.xml index 498b08c..63356b3 100755 --- a/booking-mvc/src/main/resources/META-INF/persistence.xml +++ b/booking-mvc/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ org.hibernate.ejb.HibernatePersistence diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/booking-flow.xml b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/booking-flow.xml index a29447a..d166884 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/booking-flow.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/booking-flow.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/webflow - http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> + https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml index 974615e..d5c5fd7 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml @@ -1,7 +1,7 @@ + "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/views.xml b/booking-mvc/src/main/webapp/WEB-INF/hotels/views.xml index 35d8a1d..ad0983d 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/views.xml @@ -1,7 +1,7 @@ + "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> diff --git a/booking-mvc/src/main/webapp/WEB-INF/layouts/views.xml b/booking-mvc/src/main/webapp/WEB-INF/layouts/views.xml index 3e75ddc..a5c7ddf 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/layouts/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/layouts/views.xml @@ -1,7 +1,7 @@ + "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> diff --git a/booking-mvc/src/main/webapp/WEB-INF/views.xml b/booking-mvc/src/main/webapp/WEB-INF/views.xml index 6cb3a52..cc483c3 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/views.xml @@ -1,7 +1,7 @@ + "https://tiles.apache.org/dtds/tiles-config_3_0.dtd"> diff --git a/pom.xml b/pom.xml index a3fec2e..221378a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow spring-webflow-samples diff --git a/primefaces-showcase/pom.xml b/primefaces-showcase/pom.xml index 9dbee5a..a71a88b 100644 --- a/primefaces-showcase/pom.xml +++ b/primefaces-showcase/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples primefaces-showcase diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/faces-config.xml b/primefaces-showcase/src/main/webapp/WEB-INF/faces-config.xml index a72b7fa..0d84f59 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/faces-config.xml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/faces-config.xml @@ -1,7 +1,7 @@ diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/flow.xml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/flow.xml index ddfb30f..2f21bfd 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/flow.xml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/ajax-jsf/flow.xml @@ -1,7 +1,7 @@ diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/spring/root-context.xml b/primefaces-showcase/src/main/webapp/WEB-INF/spring/root-context.xml index 486e22d..adcede8 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/spring/root-context.xml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/spring/root-context.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/spring/security-config.xml b/primefaces-showcase/src/main/webapp/WEB-INF/spring/security-config.xml index a359a72..bd5b7cc 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/spring/security-config.xml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/spring/security-config.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/security https://www.springframework.org/schema/security/spring-security.xsd"> + "https://java.sun.com/dtd/facelet-taglib_1_0.dtd"> http://www.springframework.org/security/tags diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/web.xml b/primefaces-showcase/src/main/webapp/WEB-INF/web.xml index 918742a..05bc430 100644 --- a/primefaces-showcase/src/main/webapp/WEB-INF/web.xml +++ b/primefaces-showcase/src/main/webapp/WEB-INF/web.xml @@ -1,6 +1,6 @@ diff --git a/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml b/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml index 0e285d1..e94a31f 100644 --- a/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml +++ b/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml @@ -1,7 +1,7 @@ + "https://tiles.apache.org/dtds/tiles-config_2_0.dtd"> diff --git a/webflow-showcase/src/main/webapp/WEB-INF/web.xml b/webflow-showcase/src/main/webapp/WEB-INF/web.xml index e80260c..2a63f96 100755 --- a/webflow-showcase/src/main/webapp/WEB-INF/web.xml +++ b/webflow-showcase/src/main/webapp/WEB-INF/web.xml @@ -1,6 +1,6 @@