Browse Source

fix path to webdav in oc4

Bartek Przybylski 13 years ago
parent
commit
7f224ef5e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/eu/alefzero/owncloud/AccountUtils.java

+ 1 - 1
src/eu/alefzero/owncloud/AccountUtils.java

@@ -30,7 +30,7 @@ import android.preference.PreferenceManager;
 public class AccountUtils {
 public class AccountUtils {
     public static final String WEBDAV_PATH_1_2 = "/webdav/owncloud.php";
     public static final String WEBDAV_PATH_1_2 = "/webdav/owncloud.php";
     public static final String WEBDAV_PATH_2_0 = "/files/webdav.php";
     public static final String WEBDAV_PATH_2_0 = "/files/webdav.php";
-    public static final String WEBDAV_PATH_4_0 = "/remote/webdav.php";
+    public static final String WEBDAV_PATH_4_0 = "/remote.php/webdav";
     public static final String CARDDAV_PATH_2_0 = "/apps/contacts/carddav.php";
     public static final String CARDDAV_PATH_2_0 = "/apps/contacts/carddav.php";
     public static final String CARDDAV_PATH_4_0 = "/remote/carddav.php";
     public static final String CARDDAV_PATH_4_0 = "/remote/carddav.php";
     public static final String STATUS_PATH = "/status.php";
     public static final String STATUS_PATH = "/status.php";