aws-refapp icon indicating copy to clipboard operation
aws-refapp copied to clipboard

URL Cleanup

Open spring-operator opened this issue 6 years ago • 0 comments

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 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 result ConnectTimeoutException).
  • [ ] http://errors.angularjs.org/1.3.0/ (301) with 1 occurrences migrated to:
    https://errors.angularjs.org/1.3.0/ (https 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 result 200).
  • [ ] http://aws.amazon.com/cloudformation/ with 2 occurrences migrated to:
    https://aws.amazon.com/cloudformation/ (https 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 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 result 200).
  • [ ] http://getbootstrap.com with 1 occurrences migrated to:
    https://getbootstrap.com (https result 200).

Ignored

These URLs were intentionally ignored.

  • http://www.w3.org/1999/xhtml with 2 occurrences

spring-operator avatar Mar 26 '19 07:03 spring-operator