Author: thomas.heute(a)jboss.com
Date: 2010-10-19 09:12:17 -0400 (Tue, 19 Oct 2010)
New Revision: 4725
Modified:
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js
Log:
JBEPP-553: Remove gadget Error 404 in logs
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 2010-10-19
13:03:41 UTC (rev 4724)
+++
epp/portal/branches/EPP_5_1_Branch/gadgets/core/src/main/java/containers/default/container.js 2010-10-19
13:12:17 UTC (rev 4725)
@@ -168,10 +168,10 @@
// E.g. "gadgets.rpc" : ["activities.requestCreate",
"messages.requestSend", "requestShareApp",
"requestPermission"]
"gadgets.rpc" : ["container.listMethods"]
},
- "osapi" : {
- // The endpoints to query for available JSONRPC/REST services
- "endPoints" : [ "http://%host%/social/rpc",
"http://%host%/gadgets/api/rpc" ]
- },
+// "osapi" : {
+// // The endpoints to query for available JSONRPC/REST services
+// "endPoints" : [ "http://%host%/social/rpc",
"http://%host%/gadgets/api/rpc" ]
+// },
"osml": {
// OSML library resource. Can be set to null or the empty string to disable OSML
// for a container.
Show replies by date