You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2012/12/26 16:06:49 UTC

svn commit: r1425942 - /shindig/trunk/config/container.js

Author: rbaxter85
Date: Wed Dec 26 15:06:49 2012
New Revision: 1425942

URL: http://svn.apache.org/viewvc?rev=1425942&view=rev
Log:
Committed for Marshall Shi
SHINDIG-1884
open social feature config path hardcoded the http scheme

Modified:
    shindig/trunk/config/container.js

Modified: shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=1425942&r1=1425941&r2=1425942&view=diff
==============================================================================
--- shindig/trunk/config/container.js (original)
+++ shindig/trunk/config/container.js Wed Dec 26 15:06:49 2012
@@ -281,9 +281,9 @@
   "opensocial" : {
     // Path to fetch opensocial data from
     // Must be on the same domain as the gadget rendering server
-    "path" : "http://%host%${CONTEXT_ROOT}/rpc",
+    "path" : "//%host%${CONTEXT_ROOT}/rpc",
     // Path to issue invalidate calls
-    "invalidatePath" : "http://%host%${CONTEXT_ROOT}/rpc",
+    "invalidatePath" : "//%host%${CONTEXT_ROOT}/rpc",
     "domain" : "shindig",
     "enableCaja" : false,
     "supportedFields" : {