Author: kien_nguyen
Date: 2011-03-14 23:56:03 -0400 (Mon, 14 Mar 2011)
New Revision: 6030
Modified:
portal/branches/branch-GTNPORTAL-1832/gadgets/server/src/main/webapp/containers/default/container.js
Log:
GTNPORTAL-1624 Local Rss Reader gadget dont work under https mode
Modified:
portal/branches/branch-GTNPORTAL-1832/gadgets/server/src/main/webapp/containers/default/container.js
===================================================================
---
portal/branches/branch-GTNPORTAL-1832/gadgets/server/src/main/webapp/containers/default/container.js 2011-03-15
01:59:04 UTC (rev 6029)
+++
portal/branches/branch-GTNPORTAL-1832/gadgets/server/src/main/webapp/containers/default/container.js 2011-03-15
03:56:03 UTC (rev 6030)
@@ -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