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

URL Cleanup #13

Open
wants to merge 1 commit into
base: apache-flex
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).

HTTP URLs that Could Not Be Fixed

These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

Fixed URLs

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).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://livedocs.adobe.com/blazeds/4/javadoc (404) with 2 occurrences could not be migrated:
   ([https](https://livedocs.adobe.com/blazeds/4/javadoc) result AnnotatedConnectException).

# Fixed URLs

## 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/maven-4.0.0.xsd with 2 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://maven.ow2.org/maven2/ (301) with 1 occurrences migrated to:
  https://repository.ow2.org/nexus/content/repositories/ow2-legacy/ ([https](https://maven.ow2.org/maven2/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 2 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://www.codeoscopic.com with 2 occurrences migrated to:
  https://www.codeoscopic.com ([https](https://www.codeoscopic.com) result 200).
* http://docs.spring.io/spring-security/site/docs/3.2.x/apidocs with 1 occurrences migrated to:
  https://docs.spring.io/spring-security/site/docs/3.2.x/apidocs ([https](https://docs.spring.io/spring-security/site/docs/3.2.x/apidocs) result 301).
* http://static.springsource.org/spring-security/site/docs/4.0.x/apidocs (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring-security/site/docs/4.0.x/apidocs ([https](https://static.springsource.org/spring-security/site/docs/4.0.x/apidocs) result 301).
* http://static.springframework.org/spring/docs/4.0.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/4.0.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.0.x/javadoc-api) result 301).
* http://docs.spring.io/spring/docs/current/javadoc-api with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api ([https](https://docs.spring.io/spring/docs/current/javadoc-api) result 301).
* http://maven.apache.org/maven-v4_0_0.xsd with 23 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://www.spring.io with 6 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://java.sun.com/javase/6/docs/api with 2 occurrences migrated to:
  https://java.sun.com/javase/6/docs/api ([https](https://java.sun.com/javase/6/docs/api) result 302).
* http://repo.spring.io/ext-release-local with 1 occurrences migrated to:
  https://repo.spring.io/ext-release-local ([https](https://repo.spring.io/ext-release-local) result 302).
* http://repository.sonatype.org/content/groups/flexgroup with 2 occurrences migrated to:
  https://repository.sonatype.org/content/groups/flexgroup ([https](https://repository.sonatype.org/content/groups/flexgroup) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 50 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 25 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.

1 participant