Details
Assignee
Nick LothianNick LothianReporter
Milan DivilekMilan DivilekPriority
Major
Details
Details
Assignee
Nick Lothian
Nick LothianReporter
Milan Divilek
Milan DivilekPriority
Created June 1, 2012 at 11:03 AM
Updated June 1, 2012 at 12:22 PM
Method
com.sun.syndication.fetcher.impl.HttpURLFeedFetcher.retrieveFeed(URL)
uses URLConnection to establish a connection to the feedUrl. Since connection can hang it is necessary to either set timeout to reasonable default values or to make it configurable. Bothjava.net.URLConnection.setConnectTimeout(int)
andinfo.magnolia.module.exchangesimple.BaseSyndicatorImpl.prepareConnection(Subscriber, String).urlConnection
should be made configurable for feed fetcher to avoid hanging calls.