Skip to content

Commit 5985366

Browse files
spring-operatorrstoyanchev
authored andcommitted
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
1 parent d8e591b commit 5985366

File tree

48 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+61
-61
lines changed

booking-faces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.webflow.samples</groupId>
66
<artifactId>booking-faces</artifactId>

booking-faces/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
55
version="1.0">
66
<persistence-unit name="bookingDatabase">
77
<provider>org.hibernate.ejb.HibernatePersistence</provider>

booking-faces/src/main/webapp/WEB-INF/faces-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
55
version="2.0">
66

77
<application>

booking-faces/src/main/webapp/WEB-INF/flows/booking/booking-flow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="
55
http://www.springframework.org/schema/webflow
6-
http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
6+
https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
77

88
<secured attributes="ROLE_USER" />
99

booking-faces/src/main/webapp/WEB-INF/flows/main/main-flow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="
55
http://www.springframework.org/schema/webflow
6-
http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
6+
https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
77

88
<var name="searchCriteria" class="org.springframework.webflow.samples.booking.SearchCriteria"/>
99

booking-faces/src/main/webapp/WEB-INF/springsecurity.taglib.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE facelet-taglib PUBLIC
33
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
4-
"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
4+
"https://java.sun.com/dtd/facelet-taglib_1_0.dtd">
55
<facelet-taglib>
66
<namespace>http://www.springframework.org/security/tags</namespace>
77
<tag>

booking-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.webflow.samples</groupId>
66
<artifactId>booking-mvc</artifactId>

booking-mvc/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence https://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
55
version="1.0">
66
<persistence-unit name="bookingDatabase">
77
<provider>org.hibernate.ejb.HibernatePersistence</provider>

booking-mvc/src/main/webapp/WEB-INF/hotels/booking/booking-flow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="
55
http://www.springframework.org/schema/webflow
6-
http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
6+
https://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
77

88
<secured attributes="ROLE_USER" />
99

booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE tiles-definitions PUBLIC
33
"-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN"
4-
"http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
4+
"https://tiles.apache.org/dtds/tiles-config_3_0.dtd">
55

66
<tiles-definitions>
77

0 commit comments

Comments
 (0)