Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

URL Cleanup #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spring-operator
Copy link

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.

Fixed Success

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

Ignored

These URLs were intentionally ignored.

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/yarn/batch/spring-yarn-batch.xsd (404) with 4 occurrences migrated to:
  https://www.springframework.org/schema/yarn/batch/spring-yarn-batch.xsd ([https](https://www.springframework.org/schema/yarn/batch/spring-yarn-batch.xsd) result 404).
* http://www.springframework.org/schema/yarn/integration/spring-yarn-integration.xsd (404) with 7 occurrences migrated to:
  https://www.springframework.org/schema/yarn/integration/spring-yarn-integration.xsd ([https](https://www.springframework.org/schema/yarn/integration/spring-yarn-integration.xsd) result 404).
* http://www.springframework.org/schema/yarn/spring-yarn.xsd (404) with 32 occurrences migrated to:
  https://www.springframework.org/schema/yarn/spring-yarn.xsd ([https](https://www.springframework.org/schema/yarn/spring-yarn.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://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 14 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://www.springframework.org/schema/batch/spring-batch.xsd with 9 occurrences migrated to:
  https://www.springframework.org/schema/batch/spring-batch.xsd ([https](https://www.springframework.org/schema/batch/spring-batch.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 44 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 40 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/hadoop/spring-hadoop.xsd with 12 occurrences migrated to:
  https://www.springframework.org/schema/hadoop/spring-hadoop.xsd ([https](https://www.springframework.org/schema/hadoop/spring-hadoop.xsd) result 200).
* http://www.springframework.org/schema/integration/ip/spring-integration-ip.xsd with 7 occurrences migrated to:
  https://www.springframework.org/schema/integration/ip/spring-integration-ip.xsd ([https](https://www.springframework.org/schema/integration/ip/spring-integration-ip.xsd) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 7 occurrences migrated to:
  https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd) result 200).
* http://www.springframework.org/schema/util/spring-util.xsd with 31 occurrences migrated to:
  https://www.springframework.org/schema/util/spring-util.xsd ([https](https://www.springframework.org/schema/util/spring-util.xsd) result 200).
* http://repo.springsource.org/libs-milestone with 3 occurrences migrated to:
  https://repo.springsource.org/libs-milestone ([https](https://repo.springsource.org/libs-milestone) result 301).
* http://repo.hortonworks.com/content/repositories/jetty-hadoop with 1 occurrences migrated to:
  https://repo.hortonworks.com/content/repositories/jetty-hadoop ([https](https://repo.hortonworks.com/content/repositories/jetty-hadoop) result 302).
* http://repo.hortonworks.com/content/repositories/releases with 1 occurrences migrated to:
  https://repo.hortonworks.com/content/repositories/releases ([https](https://repo.hortonworks.com/content/repositories/releases) result 302).
* http://repo.spring.io/libs-milestone with 4 occurrences migrated to:
  https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) result 302).
* http://repo.spring.io/libs-release with 5 occurrences migrated to:
  https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 28 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.springframework.org/schema/batch with 20 occurrences
* http://www.springframework.org/schema/beans with 88 occurrences
* http://www.springframework.org/schema/context with 80 occurrences
* http://www.springframework.org/schema/hadoop with 24 occurrences
* http://www.springframework.org/schema/integration with 14 occurrences
* http://www.springframework.org/schema/integration/ip with 14 occurrences
* http://www.springframework.org/schema/p with 5 occurrences
* http://www.springframework.org/schema/util with 42 occurrences
* http://www.springframework.org/schema/yarn with 62 occurrences
* http://www.springframework.org/schema/yarn/batch with 8 occurrences
* http://www.springframework.org/schema/yarn/integration with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 59 occurrences
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants