mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-12 18:52:21 -05:00
Caldav: fix regression on Snow Leopard
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1783 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
fc57e8db5e
commit
485a43f789
@ -943,10 +943,6 @@ public class CaldavConnection extends AbstractConnection {
|
||||
response.startResponse(encodePath(request, "/principals/" + prefix + '/' + principal));
|
||||
response.startPropstat();
|
||||
|
||||
if (request.hasProperty("principal-URL")) {
|
||||
response.appendHrefProperty("D:principal-URL", encodePath(request, "/principals/" + prefix + '/' + principal));
|
||||
}
|
||||
|
||||
if (request.hasProperty("calendar-home-set")) {
|
||||
if ("users".equals(prefix)) {
|
||||
response.appendHrefProperty("C:calendar-home-set", encodePath(request, "/users/" + actualPrincipal + "/calendar/"));
|
||||
|
Loading…
Reference in New Issue
Block a user