Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit be758eb

Browse files
theScrabiabelgardep
authored andcommitted
apply requested changes
1 parent d16ab2e commit be758eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/http/methods/HttpBaseMethod.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ abstract class HttpBaseMethod constructor(url: URL) {
4949
var connectionTimeoutVal: Long? = null
5050
var connectionTimeoutUnit: TimeUnit? = null
5151
var readTimeoutVal: Long? = null
52+
private set
5253
var readTimeoutUnit: TimeUnit? = null
54+
private set
5355

5456
init {
5557
request = Request.Builder()

owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/files/CheckPathExistenceRemoteOperation.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class CheckPathExistenceRemoteOperation(
6262
setConnectionTimeout(TIMEOUT.toLong(), TimeUnit.SECONDS)
6363
}
6464

65-
propFindMethod.followRedirects = false
66-
6765
var status = client.executeHttpMethod(propFindMethod)
6866
/* PROPFIND method
6967
* 404 NOT FOUND: path doesn't exist,

0 commit comments

Comments
 (0)