mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
iCal fix : do not test depth on REPORT
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@254 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
43f4f632b5
commit
2107f7a223
@ -279,7 +279,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
sendHttpResponse(HttpStatus.SC_MULTI_STATUS, responseHeaders, "text/xml;charset=UTF-8", buffer.toString(), true);
|
||||
} else if ("REPORT".equals(command)
|
||||
&& ("/calendar/".equals(path) || "/calendar".equals(path))
|
||||
&& depth == 1 && body != null) {
|
||||
&& body != null) {
|
||||
CaldavRequest request = new CaldavRequest(body);
|
||||
|
||||
List<ExchangeSession.Event> events;
|
||||
|
Loading…
Reference in New Issue
Block a user