# HTTPS https fix for opensocial gadgets --- tomcat/webapps/opensocial-portlet/WEB-INF/classes/containers/default/container.js 2015-02-10 00:34:46.000000000 +0100 +++ tomcat/webapps/opensocial-portlet/WEB-INF/classes/containers/default/container.js 2015-02-10 00:34:46.000000000 +0100 @@ -56,7 +56,7 @@ -"gadgets.jsUriTemplate" : "http://%host%/opensocial-portlet/gadgets/js/%js%", +"gadgets.jsUriTemplate" : "//%host%/opensocial-portlet/gadgets/js/%js%", @@ -76,7 +76,7 @@ -"gadgets.osDataUri" : "http://%host%/opensocial-portlet/rpc", +"gadgets.osDataUri" : "//%host%/opensocial-portlet/rpc", @@ -84,7 +84,7 @@ -"defaultShindigTestHost": "http://%host%", +"defaultShindigTestHost": "//%host%", "defaultShindigProxyConcatAuthority": "%host%", @@ -123,17 +123,17 @@ "home" : { "isOnlyVisible" : true, - "urlTemplate" : "http://%host%/opensocial-portlet/gadgets/home{var}" + "urlTemplate" : "//%host%/opensocial-portlet/gadgets/home{var}" }, "profile" : { "isOnlyVisible" : false, - "urlTemplate" : "http://localhost/opensocial-portlet/gadgets/profile?{var}", + "urlTemplate" : "//localhost/opensocial-portlet/gadgets/profile?{var}", "aliases": ["DASHBOARD", "default"] }, "canvas" : { "isOnlyVisible" : true, - "urlTemplate" : "http://localhost/opensocial-portlet/gadgets/canvas?{var}", + "urlTemplate" : "//localhost/opensocial-portlet/gadgets/canvas?{var}", "aliases" : ["FULL_PAGE"] } }, @@ -230,9 +230,9 @@ "opensocial" : { - "path" : "http://%host%/opensocial-portlet/rpc", + "path" : "//%host%/opensocial-portlet/rpc", - "invalidatePath" : "http://%host%/opensocial-portlet/rpc", + "invalidatePath" : "//%host%/opensocial-portlet/rpc", "domain" : "shindig", "enableCaja" : false, "supportedFields" : { @@ -258,7 +258,7 @@ }, "osapi" : { - "endPoints" : [ "http://%host%/opensocial-portlet/rpc" ] + "endPoints" : [ "//%host%/opensocial-portlet/rpc" ] }, "osml": {