From ff69ef870f1d2b345a18b53174ac8e5a64cebd76 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 1 Apr 2019 08:35:11 -0700 Subject: [PATCH] URL Cleanup (#51) 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.puppycrawl.com/dtds/configuration_1_3.dtd (404) with 2 occurrences migrated to: https://www.puppycrawl.com/dtds/configuration_1_3.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_3.dtd) 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://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 4 occurrences migrated to: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200). * [ ] http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to: https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd) result 200). # Ignored These URLs were intentionally ignored. * http://docbook.org/ns/docbook with 4 occurrences * http://www.w3.org/1999/xlink with 4 occurrences * http://www.w3.org/2000/svg with 1 occurrences --- 1.1.x/spring-cloud-cloudfoundry.xml | 2 +- 2.0.x/spring-cloud-cloudfoundry.xml | 2 +- 2.1.x/spring-cloud-cloudfoundry.xml | 2 +- font-awesome/font/fontawesome-webfont.svg | 2 +- spring-cloud-cloudfoundry.xml | 2 +- spring-cloud-starter-cloudfoundry/target/checkstyle-checker.xml | 2 +- target/checkstyle-checker.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/1.1.x/spring-cloud-cloudfoundry.xml b/1.1.x/spring-cloud-cloudfoundry.xml index 76a5cc5..16f1863 100644 --- a/1.1.x/spring-cloud-cloudfoundry.xml +++ b/1.1.x/spring-cloud-cloudfoundry.xml @@ -65,7 +65,7 @@ are configured, they default per the user’s profile in Cloud Foundry. All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the -Spring Boot user guide. +Spring Boot user guide. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry diff --git a/2.0.x/spring-cloud-cloudfoundry.xml b/2.0.x/spring-cloud-cloudfoundry.xml index 9793e38..70923e6 100644 --- a/2.0.x/spring-cloud-cloudfoundry.xml +++ b/2.0.x/spring-cloud-cloudfoundry.xml @@ -65,7 +65,7 @@ are configured, they default per the user’s profile in Cloud Foundry. All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the -Spring Boot user guide. +Spring Boot user guide. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry diff --git a/2.1.x/spring-cloud-cloudfoundry.xml b/2.1.x/spring-cloud-cloudfoundry.xml index 39e0d08..a5b46bb 100644 --- a/2.1.x/spring-cloud-cloudfoundry.xml +++ b/2.1.x/spring-cloud-cloudfoundry.xml @@ -65,7 +65,7 @@ are configured, they default per the user’s profile in Cloud Foundry. All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the -Spring Boot user guide. +Spring Boot user guide. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry diff --git a/font-awesome/font/fontawesome-webfont.svg b/font-awesome/font/fontawesome-webfont.svg index 2edb4ec..8b349d5 100755 --- a/font-awesome/font/fontawesome-webfont.svg +++ b/font-awesome/font/fontawesome-webfont.svg @@ -1,5 +1,5 @@ - + diff --git a/spring-cloud-cloudfoundry.xml b/spring-cloud-cloudfoundry.xml index 9793e38..70923e6 100644 --- a/spring-cloud-cloudfoundry.xml +++ b/spring-cloud-cloudfoundry.xml @@ -65,7 +65,7 @@ are configured, they default per the user’s profile in Cloud Foundry. All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the -Spring Boot user guide. +Spring Boot user guide. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry diff --git a/spring-cloud-starter-cloudfoundry/target/checkstyle-checker.xml b/spring-cloud-starter-cloudfoundry/target/checkstyle-checker.xml index 5803182..0338b93 100644 --- a/spring-cloud-starter-cloudfoundry/target/checkstyle-checker.xml +++ b/spring-cloud-starter-cloudfoundry/target/checkstyle-checker.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd"> diff --git a/target/checkstyle-checker.xml b/target/checkstyle-checker.xml index 5803182..0338b93 100644 --- a/target/checkstyle-checker.xml +++ b/target/checkstyle-checker.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd">