Skip to content
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

URL Cleanup #41

Open
wants to merge 1 commit into
base: edgware
Choose a base branch
from

Commits on Mar 26, 2019

  1. URL Cleanup

    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://www.dhtmlx.com (301) with 2 occurrences migrated to:
      https://dhtmlx.com/ ([https](https://www.dhtmlx.com) result SSLHandshakeException).
    * [ ] http://192.168.99.100 (ConnectTimeoutException) with 2 occurrences migrated to:
      https://192.168.99.100 ([https](https://192.168.99.100) result ConnectTimeoutException).
    * [ ] http://brewery-config-server.cfapps.io (404) with 1 occurrences migrated to:
      https://brewery-config-server.cfapps.io ([https](https://brewery-config-server.cfapps.io) result 404).
    * [ ] http://docsbrewing-config-server.cfapps.io (404) with 1 occurrences migrated to:
      https://docsbrewing-config-server.cfapps.io ([https](https://docsbrewing-config-server.cfapps.io) 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://brewery-presenting.cfapps.io with 1 occurrences migrated to:
      https://brewery-presenting.cfapps.io ([https](https://brewery-presenting.cfapps.io) result 200).
    * [ ] http://code.highcharts.com/4.1.6/gfx/vml-radial-gradient.png with 1 occurrences migrated to:
      https://code.highcharts.com/4.1.6/gfx/vml-radial-gradient.png ([https](https://code.highcharts.com/4.1.6/gfx/vml-radial-gradient.png) result 200).
    * [ ] http://code.highcharts.com/4.1.6/modules/canvas-tools.js with 1 occurrences migrated to:
      https://code.highcharts.com/4.1.6/modules/canvas-tools.js ([https](https://code.highcharts.com/4.1.6/modules/canvas-tools.js) result 200).
    * [ ] http://export.highcharts.com/ with 1 occurrences migrated to:
      https://export.highcharts.com/ ([https](https://export.highcharts.com/) result 200).
    * [ ] http://getbootstrap.com with 3 occurrences migrated to:
      https://getbootstrap.com ([https](https://getbootstrap.com) result 200).
    * [ ] http://www.highcharts.com with 1 occurrences migrated to:
      https://www.highcharts.com ([https](https://www.highcharts.com) result 200).
    * [ ] http://zookeeper.apache.org/doc/current/zookeeperAdmin.html with 1 occurrences migrated to:
      https://zookeeper.apache.org/doc/current/zookeeperAdmin.html ([https](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html) result 200).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://127.0.0.1:8761 with 14 occurrences
    * http://brewery-presenting with 1 occurrences
    * http://localhost with 1 occurrences
    * http://localhost:9991 with 2 occurrences
    * http://presenting/feed/bottling with 1 occurrences
    * http://www.w3.org/1999/xhtml with 1 occurrences
    * http://www.w3.org/1999/xlink with 2 occurrences
    * http://www.w3.org/2000/svg with 1 occurrences
    spring-operator committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    15277e5 View commit details
    Browse the repository at this point in the history