From 8a26641198a120f84b7b56eb8c8734fc0653a945 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 00:13:35 -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 --- config/pmdRuleSet.xml | 2 +- config/pmdTestRuleSet.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pmdRuleSet.xml b/config/pmdRuleSet.xml index aa88a05b..21be699d 100644 --- a/config/pmdRuleSet.xml +++ b/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/config/pmdTestRuleSet.xml b/config/pmdTestRuleSet.xml index 744d2eb3..40db7b6e 100644 --- a/config/pmdTestRuleSet.xml +++ b/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">