mirror of
https://github.com/moparisthebest/davmail
synced 2024-10-31 15:35:05 -04:00
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:
parent
358a9fed91
commit
335402a52d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user