Carddav: iPhone iOS4 compatibility

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1158 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-07-08 23:27:36 +00:00
parent 419c8cdbb7
commit 5a734d8a8a
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ public class CaldavConnection extends AbstractConnection {
}
if (request.hasProperty("addressbook-home-set") && "users".equals(prefix)) {
response.appendHrefProperty("E:addressbook-home-set", "/users/" + actualPrincipal + '/');
response.appendHrefProperty("E:addressbook-home-set", "/users/" + actualPrincipal + "/contacts/");
}
if ("users".equals(prefix)) {