Changes between Version 1 and Version 2 of Ticket #394, comment 10
- Timestamp:
- 12/04/15 10:58:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #394, comment 10
v1 v2 1 1 (Un)fortunately, I don't have Windows or Mac OS X. 2 2 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). 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). Just do 4 4 5 My test were done with real DAV servers behind an nginx proxy. 5 curl --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 7 to see that iCloud returns a gzipped multi-status. 8 9 Also, my test were done with real DAV servers behind an nginx proxy.