dynamic user agent string

This commit is contained in:
Athou
2014-08-14 16:19:06 +02:00
parent d6a55e1ec0
commit 51eda57618
2 changed files with 10 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ public class CommaFeedApplication extends Application<CommaFeedConfiguration> {
OPMLExporter opmlExporter = new OPMLExporter(feedCategoryDAO, feedSubscriptionDAO);
// Feed fetching/parsing
HttpGetter httpGetter = new HttpGetter();
HttpGetter httpGetter = new HttpGetter(applicationPropertiesService);
FeedParser feedParser = new FeedParser();
FaviconFetcher faviconFetcher = new FaviconFetcher(httpGetter);
FeedFetcher feedFetcher = new FeedFetcher(feedParser, httpGetter);