fix path to webdav in oc4
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / AccountUtils.java
index 049a08c..090dec3 100644 (file)
@@ -30,7 +30,7 @@ import android.preference.PreferenceManager;
 public class AccountUtils {\r
     public static final String WEBDAV_PATH_1_2 = "/webdav/owncloud.php";\r
     public static final String WEBDAV_PATH_2_0 = "/files/webdav.php";\r
-    public static final String WEBDAV_PATH_4_0 = "/remote/webdav.php";\r
+    public static final String WEBDAV_PATH_4_0 = "/remote.php/webdav";\r
     public static final String CARDDAV_PATH_2_0 = "/apps/contacts/carddav.php";\r
     public static final String CARDDAV_PATH_4_0 = "/remote/carddav.php";\r
     public static final String STATUS_PATH = "/status.php";\r