Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

URL Cleanup#7

Open
spring-operator wants to merge 1 commit intospring-attic:masterfrom
spring-operator:polish-urls-build-master
Open

URL Cleanup#7
spring-operator wants to merge 1 commit intospring-attic:masterfrom
spring-operator:polish-urls-build-master

Conversation

@spring-operator
Copy link
Copy Markdown

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 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 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://repository.jboss.com/maven2 (301) migrated to:
  http://repository.jboss.com/maven2/ ([https](https://repository.jboss.com/maven2) result SSLHandshakeException).
* http://maven.hyperic.org/external (403) migrated to:
  http://maven.hyperic.org/external ([https](https://maven.hyperic.org/external) result SSLHandshakeException).
* http://private.maven.springsource.com/milestone (403) migrated to:
  http://private.maven.springsource.com/milestone ([https](https://private.maven.springsource.com/milestone) result SSLHandshakeException).
* http://private.maven.springsource.com/release (403) migrated to:
  http://private.maven.springsource.com/release ([https](https://private.maven.springsource.com/release) result SSLHandshakeException).
* http://private.maven.springsource.com/snapshot (403) migrated to:
  http://private.maven.springsource.com/snapshot ([https](https://private.maven.springsource.com/snapshot) result SSLHandshakeException).
* http://dist.gemstone.com/maven/release (404) migrated to:
  http://dist.gemstone.com/maven/release ([https](https://dist.gemstone.com/maven/release) result SSLHandshakeException).
* http://docs.mockito.googlecode.com/hg/ (404) migrated to:
  http://docs.mockito.googlecode.com/hg/ ([https](https://docs.mockito.googlecode.com/hg/) result SSLHandshakeException).

# 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.axonframework.org (301) migrated to:
  https://axoniq.io ([https](https://www.axonframework.org) result SSLHandshakeException).
* http://springsource.org/insight (302) migrated to:
  https://www.spring.io ([https](https://springsource.org/insight) result SSLHandshakeException).
* http://jira.codehaus.org/browse/MASPECTJ-92 (UnknownHostException) migrated to:
  https://jira.codehaus.org/browse/MASPECTJ-92 ([https](https://jira.codehaus.org/browse/MASPECTJ-92) result UnknownHostException).

## Fixed Success
These URLs were fixed successfully.

* http://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/execution/MavenSession.html migrated to:
  https://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/execution/MavenSession.html ([https](https://maven.apache.org/ref/3.0.4/maven-core/apidocs/org/apache/maven/execution/MavenSession.html) result 200).
* http://download.eclipse.org/rt/eclipselink/maven.repo migrated to:
  https://download.eclipse.org/rt/eclipselink/maven.repo ([https](https://download.eclipse.org/rt/eclipselink/maven.repo) result 301).
* http://kentbeck.github.com/junit/javadoc/ migrated to:
  https://kentbeck.github.com/junit/javadoc/ ([https](https://kentbeck.github.com/junit/javadoc/) result 301).
* http://m2.neo4j.org/content/repositories/releases migrated to:
  https://m2.neo4j.org/content/repositories/releases ([https](https://m2.neo4j.org/content/repositories/releases) result 301).
* http://repository.jboss.org/nexus/content/groups/public migrated to:
  https://repository.jboss.org/nexus/content/groups/public ([https](https://repository.jboss.org/nexus/content/groups/public) result 301).
* http://maven.springframework.org/milestone migrated to:
  https://maven.springframework.org/milestone ([https](https://maven.springframework.org/milestone) result 302).
* http://maven.springframework.org/release migrated to:
  https://maven.springframework.org/release ([https](https://maven.springframework.org/release) result 302).
* http://maven.springframework.org/snapshot migrated to:
  https://maven.springframework.org/snapshot ([https](https://maven.springframework.org/snapshot) result 302).
* http://repo.typesafe.com/typesafe/releases/ migrated to:
  https://repo.typesafe.com/typesafe/releases/ ([https](https://repo.typesafe.com/typesafe/releases/) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost:8081/artifactory/libs-releases-local
* http://localhost:8081/artifactory/libs-snapshots-local
* 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