You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/01/02 07:39:54 UTC

svn commit: r895135 - /incubator/shindig/trunk/config/container.js

Author: lindner
Date: Sat Jan  2 06:39:54 2010
New Revision: 895135

URL: http://svn.apache.org/viewvc?rev=895135&view=rev
Log:
SHINDIG-1250 | fix configs to work in SSL Environments

Modified:
    incubator/shindig/trunk/config/container.js

Modified: incubator/shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=895135&r1=895134&r2=895135&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Sat Jan  2 06:39:54 2010
@@ -96,8 +96,9 @@
 "gadgets.features" : {
   "core.io" : {
     // Note: /proxy is an open proxy. Be careful how you expose this!
-    "proxyUrl" : "http://%host%/gadgets/proxy?refresh=%refresh%&url=%url%%rewriteMime%",
-    "jsonProxyUrl" : "http://%host%/gadgets/makeRequest"
+    // Note: Here // is replaced with the current protocol http/https
+    "proxyUrl" : "//%host%/gadgets/proxy?refresh=%refresh%&url=%url%%rewriteMime%",
+    "jsonProxyUrl" : "//%host%/gadgets/makeRequest"
   },
   "views" : {
     "profile" : {