From: David A. Velasco Date: Thu, 22 Aug 2013 17:30:01 +0000 (+0200) Subject: Fixed cookie policy X-Git-Tag: oc-android-1.4.6~18^2~6 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b04c3e2398de4f48c8ab3bda3871d44409ee8d74?ds=inline;hp=-c Fixed cookie policy --- b04c3e2398de4f48c8ab3bda3871d44409ee8d74 diff --git a/src/eu/alefzero/webdav/WebdavClient.java b/src/eu/alefzero/webdav/WebdavClient.java index 25601902..570ebb85 100644 --- a/src/eu/alefzero/webdav/WebdavClient.java +++ b/src/eu/alefzero/webdav/WebdavClient.java @@ -93,7 +93,7 @@ public class WebdavClient extends HttpClient { public void setSsoSessionCookie(String accessToken) { getParams().setAuthenticationPreemptive(false); - getParams().setCookiePolicy(CookiePolicy.BROWSER_COMPATIBILITY); + getParams().setCookiePolicy(CookiePolicy.IGNORE_COOKIES); mSsoSessionCookie = accessToken; mCredentials = null; }