mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
Revert trusted=4 removal
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@798 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
af479f53c6
commit
3688d11ac7
@ -450,6 +450,7 @@ public class ExchangeSession {
|
|||||||
HttpMethod logonMethod = buildLogonMethod(httpClient, initmethod);
|
HttpMethod logonMethod = buildLogonMethod(httpClient, initmethod);
|
||||||
((PostMethod) logonMethod).addParameter(userNameInput, userName);
|
((PostMethod) logonMethod).addParameter(userNameInput, userName);
|
||||||
((PostMethod) logonMethod).addParameter(passwordInput, password);
|
((PostMethod) logonMethod).addParameter(passwordInput, password);
|
||||||
|
((PostMethod) logonMethod).addParameter("trusted", "4");
|
||||||
logonMethod = DavGatewayHttpClientFacade.executeFollowRedirects(httpClient, logonMethod);
|
logonMethod = DavGatewayHttpClientFacade.executeFollowRedirects(httpClient, logonMethod);
|
||||||
|
|
||||||
// test form based authentication
|
// test form based authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user