fix path to webdav in oc4
authorBartek Przybylski <bart.p.pl@gmail.com>
Mon, 21 May 2012 19:14:50 +0000 (21:14 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Mon, 21 May 2012 19:14:50 +0000 (21:14 +0200)
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