Project

General

Profile

Actions

Bug #2755

closed

WGoogleMap uses http to access google javascript api for https connections

Added by Anonymous about 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Benoit Daccache
Target version:
Start date:
03/05/2014
Due date:
% Done:

0%

Estimated time:

Description

The WGoogleMap always uses the address "http://www.google.com/jsapi?key=" to access the google javascript api. Some browsers will complain about this and not let the connection go through if you're using a https connection to your server, resulting in the google map not working. changing the google javascript api to use https instead of http fixes this issue. It would be nice to check if ssl is being used, and format the address of the google api appropriately.

Actions #1

Updated by Koen Deforche almost 9 years ago

  • Status changed from New to InProgress
  • Assignee set to Benoit Daccache

Use a shema-less (protocol relative) URL, see http://tools.ietf.org/html/rfc3986#section-4.2

Actions #2

Updated by Benoit Daccache almost 9 years ago

  • Status changed from InProgress to Resolved

Duplicate (#3704). Already fixed in commit 8ceba3f8

Actions #3

Updated by Koen Deforche over 8 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Koen Deforche over 8 years ago

  • Target version set to 3.3.5
Actions

Also available in: Atom PDF