Replace BasicRemoteContentFetcher with commons HttpClient ---------------------------------------------------------
Key: SHINDIG-125 URL: https://issues.apache.org/jira/browse/SHINDIG-125 Project: Shindig Issue Type: Improvement Components: Gadgets Server - Java Reporter: Kevin Brown Evolution of RemoteContentFetcher has resulted in it becoming a poor man's HttpClient. We should resolve this by actually making it a real HttpClient. HttpClient already supports everything that we get out of RemoteContentFetcher; a simple wrapper interface (small modifications to RemoteContentFetcher) can allow for organizations that need to connect to some other service for making http requests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.