From 7fccaa697bc84c4ad3c6124a632e04b320bd06f2 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 21:16:56 -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://pmd.sourceforge.net/ruleset_2_0_0.xsd (301) with 2 occurrences migrated to: https://pmd.sourceforge.io/ruleset_2_0_0.xsd ([https](https://pmd.sourceforge.net/ruleset_2_0_0.xsd) result AnnotatedConnectException). # Ignored These URLs were intentionally ignored. * http://pmd.sourceforge.net/ruleset/2.0.0 with 4 occurrences * http://www.w3.org/2001/XMLSchema-instance with 2 occurrences --- ci/config/pmdRuleSet.xml | 2 +- ci/config/pmdTestRuleSet.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/config/pmdRuleSet.xml b/ci/config/pmdRuleSet.xml index 3cea15d..08b6e8d 100644 --- a/ci/config/pmdRuleSet.xml +++ b/ci/config/pmdRuleSet.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> diff --git a/ci/config/pmdTestRuleSet.xml b/ci/config/pmdTestRuleSet.xml index 8efa08c..d17e5ad 100644 --- a/ci/config/pmdTestRuleSet.xml +++ b/ci/config/pmdTestRuleSet.xml @@ -18,7 +18,7 @@ + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">