Author: hfnukal
Date: 2011-03-22 10:12:25 -0400 (Tue, 22 Mar 2011)
New Revision: 6111
Modified:
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js
Log:
JBEPP-856: Local Rss Reader gadget don't work under https mode
Modified:
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js 2011-03-22
13:03:31 UTC (rev 6110)
+++
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js 2011-03-22
14:12:25 UTC (rev 6111)
@@ -110,8 +110,8 @@
"gadgets.features" : {
"core.io" : {
// Note: /proxy is an open proxy. Be careful how you expose this!
- "proxyUrl" :
"http://%host%/eXoGadgetServer/gadgets/proxy?refresh=%refresh%&url=%url%",
- "jsonProxyUrl" :
"http://%host%/eXoGadgetServer/gadgets/makeRequest"
+ "proxyUrl" :
"//%host%/eXoGadgetServer/gadgets/proxy?refresh=%refresh%&url=%url%",
+ "jsonProxyUrl" : "//%host%/eXoGadgetServer/gadgets/makeRequest"
},
"views" : {
"home" : {
Show replies by date