/// test credentials accessing the root folder\r
String remotePath ="";\r
boolean successIfAbsent = false;\r
- boolean followRedirects = true;\r
startExistenceCheckRemoteOperation(\r
- remotePath, this, successIfAbsent, username, password, followRedirects);\r
+ remotePath, this, successIfAbsent, username, password);\r
\r
}\r
\r
private void startExistenceCheckRemoteOperation(\r
String remotePath, Context context, boolean successIfAbsent,\r
- String username, String password, boolean followRedirects) {\r
+ String username, String password) {\r
Intent existenceCheckIntent = new Intent();\r
existenceCheckIntent.setAction(OperationsService.ACTION_EXISTENCE_CHECK);\r
existenceCheckIntent.putExtra(OperationsService.EXTRA_SERVER_URL, mServerInfo.mBaseUrl);\r
existenceCheckIntent.putExtra(OperationsService.EXTRA_USERNAME, username);\r
existenceCheckIntent.putExtra(OperationsService.EXTRA_PASSWORD, password);\r
existenceCheckIntent.putExtra(OperationsService.EXTRA_AUTH_TOKEN, mAuthToken);\r
- existenceCheckIntent.putExtra(OperationsService.EXTRA_FOLLOW_REDIRECTS, followRedirects);\r
\r
if (mOperationsServiceBinder != null) {\r
//Log_OC.wtf(TAG, "starting existenceCheckRemoteOperation..." );\r
/// test credentials accessing the root folder\r
String remotePath ="";\r
boolean successIfAbsent = false;\r
- boolean followRedirections = false;\r
startExistenceCheckRemoteOperation(\r
- remotePath, this, successIfAbsent, "", "", followRedirections);\r
+ remotePath, this, successIfAbsent, "", "");\r
\r
}\r
\r
\r
String remotePath ="";\r
boolean successIfAbsent = false;\r
- boolean followRedirects = true;\r
startExistenceCheckRemoteOperation(\r
- remotePath, this, successIfAbsent, "", "", followRedirects);\r
+ remotePath, this, successIfAbsent, "", "");\r
\r
} else {\r
updateAuthStatusIconAndText(result);\r
getUserNameIntent.setAction(OperationsService.ACTION_GET_USER_NAME);\r
getUserNameIntent.putExtra(OperationsService.EXTRA_SERVER_URL, mServerInfo.mBaseUrl);\r
getUserNameIntent.putExtra(OperationsService.EXTRA_COOKIE, sessionCookie);\r
- getUserNameIntent.putExtra(OperationsService.EXTRA_FOLLOW_REDIRECTS, followRedirects);\r
\r
if (mOperationsServiceBinder != null) {\r
//Log_OC.wtf(TAG, "starting getRemoteUserNameOperation..." );\r