mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-19 12:23:00 +00:00
Use preemptive authentication except in server versions where it is not compatible with session tracking
This commit is contained in:
committed by
davigonz
parent
28d228b296
commit
d5e179d7a2
@@ -230,7 +230,7 @@ public class AccountUtils {
|
||||
credentials = OwnCloudCredentialsFactory.newBasicCredentials(
|
||||
username,
|
||||
password,
|
||||
version.isSessionMonitoringSupported()
|
||||
version.isPreemptiveAuthenticationPreferred()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user