Thanks to visit codestin.com
Credit goes to github.com

Skip to content

URL Cleanup #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

# 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://cdn.sockjs.org/sockjs-0.2.min.js (200) with 1 occurrences could not be migrated:
   ([https](https://cdn.sockjs.org/sockjs-0.2.min.js) result SSLHandshakeException).
* http://cdn.sockjs.org/sockjs-0.3.4.min.js (200) with 2 occurrences could not be migrated:
   ([https](https://cdn.sockjs.org/sockjs-0.3.4.min.js) result SSLHandshakeException).
* http://cdn.sockjs.org/sockjs-0.3.min.js (200) with 2 occurrences could not be migrated:
   ([https](https://cdn.sockjs.org/sockjs-0.3.min.js) 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://sockjs.org (303) with 1 occurrences migrated to:
  https://github.com/sockjs/sockjs-client ([https](https://sockjs.org) result AnnotatedConnectException).
* http://www.cs.indiana.edu/~burger/fp/index.html (301) with 1 occurrences migrated to:
  https://cs.indiana.edu/~burger/fp/index.html ([https](https://www.cs.indiana.edu/~burger/fp/index.html) 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://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js with 2 occurrences migrated to:
  https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js ([https](https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js) result 200).
* http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js with 2 occurrences migrated to:
  https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js ([https](https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js) result 200).
* http://d1fxtkz8shb9d2.cloudfront.net/websocket-multiplex-0.1.js with 2 occurrences migrated to:
  https://d1fxtkz8shb9d2.cloudfront.net/websocket-multiplex-0.1.js ([https](https://d1fxtkz8shb9d2.cloudfront.net/websocket-multiplex-0.1.js) result 200).
* http://www.erlang.org/ with 1 occurrences migrated to:
  https://www.erlang.org/ ([https](https://www.erlang.org/) result 200).
* http://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx with 1 occurrences migrated to:
  https://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx ([https](https://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx) result 301).
* http://code.google.com/p/browsersec/wiki/Part2 with 1 occurrences migrated to:
  https://code.google.com/p/browsersec/wiki/Part2 ([https](https://code.google.com/p/browsersec/wiki/Part2) result 301).
* http://sockjs.github.com/sockjs-protocol/sockjs-protocol-0.3.html with 1 occurrences migrated to:
  https://sockjs.github.com/sockjs-protocol/sockjs-protocol-0.3.html ([https](https://sockjs.github.com/sockjs-protocol/sockjs-protocol-0.3.html) result 301).

# Ignored
These URLs were intentionally ignored.

* http://localhost:8080/ with 2 occurrences
* http://localhost:8081 with 2 occurrences
* http://localhost:~p~n with 5 occurrences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant