[
https://issues.apache.org/jira/browse/CLIMATE-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125425#comment-15125425
]
ASF GitHub Bot commented on CLIMATE-738:
----------------------------------------
GitHub user MichaelArthurAnderson opened a pull request:
https://github.com/apache/climate/pull/295
CLIMATE-738 - Update Google jsapi call to use https rather than http.
Updated index.html to use https rather than http when loading Google jsapi.
https://developers.google.com/loader/?hl=en
Fixes page not found / object not set when loading page.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-738
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/295.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #295
----
commit 0b5d3d8ce3f2d5def44d020c3a7e411b7486a457
Author: MichaelArthurAnderson <[email protected]>
Date: 2016-01-31T17:37:01Z
CLIMATE-738 - Update Google jsapi call to use https rather than http.
----
> Google jsapi Uses HTTP Rather Than HTTPS
> ----------------------------------------
>
> Key: CLIMATE-738
> URL: https://issues.apache.org/jira/browse/CLIMATE-738
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: webapp
> Affects Versions: 1.0.0
> Reporter: Michael Anderson
> Priority: Minor
>
> <script type="text/javascript" src="http://www.google.com/jsapi"></script>
> <script type="text/javascript">google.load("visualization", "1");</script>
> The first line causes a page not found exception. The second line causes an
> exception on using an object not initialized.
> Using https will correct this.
> https://developers.google.com/loader/?hl=en
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)