From 0cf77d61b1980c7dfc0e70940ce564d03b930474 Mon Sep 17 00:00:00 2001 From: mguessan Date: Wed, 24 Mar 2010 10:23:26 +0000 Subject: [PATCH] Add a new setting to retrieve proxies from system configuration git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@972 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/java/davmail/exchange/ExchangeSessionFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/davmail/exchange/ExchangeSessionFactory.java b/src/java/davmail/exchange/ExchangeSessionFactory.java index d92d47dd..536fc934 100644 --- a/src/java/davmail/exchange/ExchangeSessionFactory.java +++ b/src/java/davmail/exchange/ExchangeSessionFactory.java @@ -174,7 +174,7 @@ public final class ExchangeSessionFactory { */ public static void checkConfig() throws IOException { String url = Settings.getProperty("davmail.url"); - HttpClient httpClient = DavGatewayHttpClientFacade.getInstance(); + HttpClient httpClient = DavGatewayHttpClientFacade.getInstance(url); GetMethod testMethod = new GetMethod(url); try { // get webMail root url (will not follow redirects)