Cleanup: System.setProperty of httpclient.useragent no longer needed

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1046 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-05-13 12:38:07 +00:00
parent 358a9fed91
commit 335402a52d
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ public final class DavGatewayHttpClientFacade {
static {
DavGatewayHttpClientFacade.start();
// force XML response with Internet Explorer header
System.getProperties().setProperty("httpclient.useragent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)");
}
private DavGatewayHttpClientFacade() {