Whitelist doesn't seem to be working for Opensocial Gadgets
Hi,
I've got CLM set up on Tomcat running on the Jazz default port (9443). I've added an opensocial gadget to the dashboard, and have hosted the gadget in a folder inside the Jazz tomcat under a separate folder (/sonar/) so that the gadget is available at https://clmwb:9443/sonar/gadget.xml
The gadget in question makes a request to a URL specified in an input box, however isn't able to hit the URL - even though I've added it to the whitelist.
I've augmented the gadget Javascript to look at the HTTP response body of the request, and it give a 500 error, as shown below:
<html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 500 - </h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><HR><h3>Apache Tomcat/5.5.30</h3></body></html>
As a test I've also added the Twitter Gadget detailed here https://jazz.net/wiki/bin/view/Main/CustomDashboardWidgets and the twitter feed isn't displayed.
Aside from adding URLs to the whitelist, is there any extra configuration I need to do to Tomcat/RTC?
I've got CLM set up on Tomcat running on the Jazz default port (9443). I've added an opensocial gadget to the dashboard, and have hosted the gadget in a folder inside the Jazz tomcat under a separate folder (/sonar/) so that the gadget is available at https://clmwb:9443/sonar/gadget.xml
The gadget in question makes a request to a URL specified in an input box, however isn't able to hit the URL - even though I've added it to the whitelist.
I've augmented the gadget Javascript to look at the HTTP response body of the request, and it give a 500 error, as shown below:
<html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 500 - </h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><HR><h3>Apache Tomcat/5.5.30</h3></body></html>
As a test I've also added the Twitter Gadget detailed here https://jazz.net/wiki/bin/view/Main/CustomDashboardWidgets and the twitter feed isn't displayed.
Aside from adding URLs to the whitelist, is there any extra configuration I need to do to Tomcat/RTC?