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

URL Cleanup #12

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

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 fixed successfully.

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) migrated to:
  http://livedocs.adobe.com/blazeds/4/javadoc ([https](https://livedocs.adobe.com/blazeds/4/javadoc) result AnnotatedConnectException).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://maven.ow2.org/maven2/ (301) 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 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 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 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) 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) 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 migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api ([https](https://docs.spring.io/spring/docs/current/javadoc-api) result 301).
* http://www.spring.io migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/ext-release-local 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 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://java.sun.com/javase/6/docs/api
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/maven-v4_0_0.xsd
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
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