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

URL Cleanup #22

Open
wants to merge 1 commit into
base: issue-111
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://sockjs.org (303) with 1 occurrences migrated to:
  https://github.com/sockjs/sockjs-client ([https](https://sockjs.org) result AnnotatedConnectException).
* [ ] http://ec2-54-72-102-202.eu-west-1.compute.amazonaws.com:8080 (ConnectTimeoutException) with 1 occurrences migrated to:
  https://ec2-54-72-102-202.eu-west-1.compute.amazonaws.com:8080 ([https](https://ec2-54-72-102-202.eu-west-1.compute.amazonaws.com:8080) result ConnectTimeoutException).
* [ ] http://errors.angularjs.org/1.3.0/ (301) with 1 occurrences migrated to:
  https://errors.angularjs.org/1.3.0/ ([https](https://errors.angularjs.org/1.3.0/) 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://angularjs.org with 2 occurrences migrated to:
  https://angularjs.org ([https](https://angularjs.org) result 200).
* [ ] http://aws.amazon.com/cloudformation/ with 2 occurrences migrated to:
  https://aws.amazon.com/cloudformation/ ([https](https://aws.amazon.com/cloudformation/) result 200).
* [ ] http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html with 6 occurrences migrated to:
  https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html ([https](https://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html) result 200).
* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://getbootstrap.com with 1 occurrences migrated to:
  https://getbootstrap.com ([https](https://getbootstrap.com) result 200).

# Ignored
These URLs were intentionally ignored.

* http://www.w3.org/1999/xhtml with 2 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.

None yet

1 participant