Changes between Version 1 and Version 2 of Ticket #394, comment 10


Ignore:
Timestamp:
12/04/15 10:58:11 (8 years ago)
Author:
caldavtest@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #394, comment 10

    v1 v2  
    11(Un)fortunately, I don't have Windows or Mac OS X.
    22
    3 However, I'd still integrate the patch because it is only standards-compliant behaviour and there's no hint that it could cause problems. Also, other services like iCloud do that, too (so there should no problems with Mac OS X at least).
     3However, I'd still integrate the patch because it is only standards-compliant behaviour and there's no hint that it could cause problems. Also, other services like iCloud do that, too (so there should no problems with Mac OS X at least). Just do
    44
    5 My test were done with real DAV servers behind an nginx proxy.
     5curl --compressed -vX PROPFIND -H 'Content-Type: application/xml; charset=utf-8' -H 'Depth: 0' --data '<d:propfind xmlns:d="DAV:"><d:prop><d:current-user-principal/></d:prop></d:propfind>' -u user@iCloud:password https://contacts.icloud.com/
     6
     7to see that iCloud returns a gzipped multi-status.
     8
     9Also, my test were done with real DAV servers behind an nginx proxy.