Skip to content

Instantly share code, notes, and snippets.

@qfvldaa2xn
Created October 1, 2015 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qfvldaa2xn/7059881df857b6d54af6 to your computer and use it in GitHub Desktop.
Save qfvldaa2xn/7059881df857b6d54af6 to your computer and use it in GitHub Desktop.
davdroid_error.log
E/BitmapFactory(13380): Unable to decode stream: java.lang.NullPointerException
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
E/SpannableStringBuilder(13380): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
I/davdroid.DavSyncAdapter(13314): Performing sync for authority com.android.contacts
D/davdroid.DavSyncAdapter(13314): Creating new DavHttpClient
I/davdroid.DavHttpClient(13314): Wire logging active, disabling HTTP compression
V/davdroid.URIUtils(13314): Normalized URI https://[REMOVED]/radicale/daniel/contacts.vcf/ -> https://[REMOVED]/radicale/daniel/contacts.vcf/ assuming that it was an URI or path name
D/davdroid.WebDavResource(13314): Using preemptive authentication (not compatible with Digest auth)
D/HttpClient(13314): CookieSpec selected: best-match
D/HttpClient(13314): Re-using cached 'basic' auth scheme for https://[REMOVED]:443
D/HttpClient(13314): Connection request: [route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 3]
D/HttpClient(13314): Connection leased: [id: 4][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 3]
D/HttpClient(13314): Opening connection HttpRoute[{s}->https://[REMOVED]:443]
D/HttpClient(13314): Connecting to /[REMOVED]:443
D/HttpClient(13314): Connecting socket to /[REMOVED]:443 with timeout 20000
D/HttpClient(13314): Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
D/HttpClient(13314): Enabled cipher suites:[TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA]
D/HttpClient(13314): Enabling SNI for [REMOVED]
D/HttpClient(13314): Starting handshake
D/HttpClient(13314): Secure session established
D/HttpClient(13314): negotiated protocol: TLSv1.2
D/HttpClient(13314): negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
D/HttpClient(13314): peer principal: [REMOVED]
D/HttpClient(13314): issuer principal: [REMOVED]
D/HttpClient(13314): Connection established [REMOVED]:51346<->[REMOVED]:443
D/HttpClient(13314): Executing request PROPFIND /radicale/daniel/contacts.vcf/ HTTP/1.1
D/HttpClient(13314): Target auth state: CHALLENGED
D/HttpClient(13314): Proxy auth state: UNCHALLENGED
D/Wire (13314): http-outgoing-4 >> "PROPFIND /radicale/daniel/contacts.vcf/ HTTP/1.1[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Accept: text/xml[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Depth: 0[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Content-Length: 299[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Host: [REMOVED][\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "User-Agent: DAVdroid/0.8.4.1[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Authorization: Basic [REMOVED]=[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "<propfind xmlns="DAV:">[\n]"
D/Wire (13314): http-outgoing-4 >> " <prop>[\n]"
D/Wire (13314): http-outgoing-4 >> " <A:calendar-color xmlns:A="http://apple.com/ns/ical/"/>[\n]"
D/Wire (13314): http-outgoing-4 >> " <displayname/>[\n]"
D/Wire (13314): http-outgoing-4 >> " <CS:getctag xmlns:CS="http://calendarserver.org/ns/"/>[\n]"
D/Wire (13314): http-outgoing-4 >> " <resourcetype/>[\n]"
D/Wire (13314): http-outgoing-4 >> " <CD:supported-address-data xmlns:CD="urn:ietf:params:xml:ns:carddav"/>[\n]"
D/Wire (13314): http-outgoing-4 >> " </prop>[\n]"
D/Wire (13314): http-outgoing-4 >> "</propfind>"
D/Wire (13314): http-outgoing-4 << "HTTP/1.1 207 Unknown[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Server: nginx/1.8.0[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Date: Thu, 01 Oct 2015 11:25:57 GMT[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Content-Type: text/xml[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Content-Length: 781[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Connection: keep-alive[\r][\n]"
D/Wire (13314): http-outgoing-4 << "DAV: 1, 2, 3, calendar-access, addressbook, extended-mkcol[\r][\n]"
D/Wire (13314): http-outgoing-4 << "[\r][\n]"
D/Wire (13314): http-outgoing-4 << "<?xml version="1.0"?>[\n]"
D/Wire (13314): http-outgoing-4 << "<multistatus xmlns="DAV:" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/">[\n]"
D/Wire (13314): http-outgoing-4 << " <response>[\n]"
D/Wire (13314): http-outgoing-4 << " <href>/radicale/daniel/contacts.vcf/</href>[\n]"
D/Wire (13314): http-outgoing-4 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-4 << " <prop>[\n]"
D/Wire (13314): http-outgoing-4 << " <ICAL:calendar-color>#CC0000</ICAL:calendar-color>[\n]"
D/Wire (13314): http-outgoing-4 << " <displayname>contacts.vcf</displayname>[\n]"
D/Wire (13314): http-outgoing-4 << " <CS:getctag>"d66613c32d708bb8f7f56cc69b0b1156"</CS:getctag>[\n]"
D/Wire (13314): http-outgoing-4 << " <resourcetype>[\n]"
D/Wire (13314): http-outgoing-4 << " <CR:addressbook />[\n]"
D/Wire (13314): http-outgoing-4 << " <collection />[\n]"
D/Wire (13314): http-outgoing-4 << " </resourcetype>[\n]"
D/Wire (13314): http-outgoing-4 << " </prop>[\n]"
D/Wire (13314): http-outgoing-4 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-4 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-4 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-4 << " <prop>[\n]"
D/Wire (13314): http-outgoing-4 << " <CR:supported-address-data />[\n]"
D/Wire (13314): http-outgoing-4 << " </prop>[\n]"
D/Wire (13314): http-outgoing-4 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-4 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-4 << " </response>[\n]"
D/Wire (13314): http-outgoing-4 << "</multistatus>[\n]"
D/HttpClient(13314): Connection can be kept alive indefinitely
D/HttpClient(13314): Authentication succeeded
V/davdroid.URIUtils(13314): Normalized URI /radicale/daniel/contacts.vcf/ -> /radicale/daniel/contacts.vcf/ assuming that it was an URI or path name
D/davdroid.WebDavResource(13314): Processing multi-status element: https://[REMOVED]/radicale/daniel/contacts.vcf/
D/HttpClient(13314): Connection [id: 4][route: HttpRoute[{s}->https://[REMOVED]:443]] can be kept alive indefinitely
D/HttpClient(13314): Connection released: [id: 4][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 3]
I/davdroid.SyncManager(13314): Remotely removing 0 deleted resource(s) (if not changed)
I/davdroid.SyncManager(13314): Uploading 1 new resource(s) (if not existing)
D/HttpClient(13314): CookieSpec selected: best-match
D/HttpClient(13314): Connection request: [route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 3]
D/HttpClient(13314): Connection leased: [id: 4][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 3]
D/HttpClient(13314): Executing request PUT /radicale/daniel/contacts.vcf/f8629188-2a78-4af8-8f89-90666515615d.vcf HTTP/1.1
D/HttpClient(13314): Target auth state: SUCCESS
D/HttpClient(13314): Proxy auth state: UNCHALLENGED
D/Wire (13314): http-outgoing-4 >> "PUT /radicale/daniel/contacts.vcf/f8629188-2a78-4af8-8f89-90666515615d.vcf HTTP/1.1[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "If-None-Match: *[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Content-Type: text/vcard; charset=UTF-8[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Content-Length: 199[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Host: [REMOVED][\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "User-Agent: DAVdroid/0.8.4.1[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "Authorization: Basic [REMOVED]=[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "BEGIN:VCARD[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "VERSION:3.0[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "UID:f8629188-2a78-4af8-8f89-90666515615d[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "FN:AAA BBB[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "N:BBB;AAA;;;[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "TEL;TYPE=cell:+31 6 42758259[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "PRODID:DAVdroid/0.8.4.1 (ez-vcard/0.9.6)[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "REV:20151001T112559Z[\r][\n]"
D/Wire (13314): http-outgoing-4 >> "END:VCARD[\r][\n]"
D/Wire (13314): http-outgoing-4 << "HTTP/1.1 201 Created[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Server: nginx/1.8.0[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Date: Thu, 01 Oct 2015 11:26:01 GMT[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Content-Length: 0[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Connection: keep-alive[\r][\n]"
D/Wire (13314): http-outgoing-4 << "ETag: "ae422dc1a6611b5f35126a6a863b54bd"[\r][\n]"
D/Wire (13314): http-outgoing-4 << "Strict-Transport-Security: max-age=63072000; includeSubdomains; preload[\r][\n]"
D/Wire (13314): http-outgoing-4 << "X-Frame-Options: DENY[\r][\n]"
D/Wire (13314): http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]"
D/Wire (13314): http-outgoing-4 << "[\r][\n]"
D/HttpClient(13314): Connection can be kept alive indefinitely
D/HttpClient(13314): http-outgoing-4: Shutdown connection
D/HttpClient(13314): Connection discarded
D/HttpClient(13314): http-outgoing-4: Close connection
D/HttpClient(13314): Connection released: [id: 4][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 3]
D/davdroid.Collection(13314): Setting ETag of local resource f8629188-2a78-4af8-8f89-90666515615d.vcf to "ae422dc1a6611b5f35126a6a863b54bd"
D/davdroid.Collection(13314): Committing 1 operations ...
D/davdroid.Collection(13314): ... 1 record(s) affected
I/davdroid.SyncManager(13314): Uploading 0 modified resource(s) (if not changed)
I/davdroid.SyncManager(13314): Full synchronization forced
I/davdroid.SyncManager(13314): Fetching remote resource list
D/HttpClient(13314): CookieSpec selected: best-match
D/HttpClient(13314): Connection request: [route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 3]
D/HttpClient(13314): Connection leased: [id: 5][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 3]
D/HttpClient(13314): Opening connection HttpRoute[{s}->https://[REMOVED]:443]
D/HttpClient(13314): Connecting to /[REMOVED]:443
D/HttpClient(13314): Connecting socket to /[REMOVED]:443 with timeout 20000
D/HttpClient(13314): Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
D/HttpClient(13314): Enabled cipher suites:[TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA]
D/HttpClient(13314): Enabling SNI for [REMOVED]
D/HttpClient(13314): Starting handshake
D/HttpClient(13314): Secure session established
D/HttpClient(13314): negotiated protocol: TLSv1.2
D/HttpClient(13314): negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
D/HttpClient(13314): peer principal: [REMOVED]
D/HttpClient(13314): issuer principal: [REMOVED]
D/HttpClient(13314): Connection established [REMOVED]:51347<->[REMOVED]:443
D/HttpClient(13314): Executing request PROPFIND /radicale/daniel/contacts.vcf/ HTTP/1.1
D/HttpClient(13314): Target auth state: SUCCESS
D/HttpClient(13314): Proxy auth state: UNCHALLENGED
D/Wire (13314): http-outgoing-5 >> "PROPFIND /radicale/daniel/contacts.vcf/ HTTP/1.1[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Accept: text/xml[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Depth: 1[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Content-Length: 134[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Host: [REMOVED][\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "User-Agent: DAVdroid/0.8.4.1[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "Authorization: Basic [REMOVED]=[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "[\r][\n]"
D/Wire (13314): http-outgoing-5 >> "<propfind xmlns="DAV:">[\n]"
D/Wire (13314): http-outgoing-5 >> " <prop>[\n]"
D/Wire (13314): http-outgoing-5 >> " <CS:getctag xmlns:CS="http://calendarserver.org/ns/"/>[\n]"
D/Wire (13314): http-outgoing-5 >> " <getetag/>[\n]"
D/Wire (13314): http-outgoing-5 >> " </prop>[\n]"
D/Wire (13314): http-outgoing-5 >> "</propfind>"
D/Wire (13314): http-outgoing-5 << "HTTP/1.1 207 Unknown[\r][\n]"
D/Wire (13314): http-outgoing-5 << "Server: nginx/1.8.0[\r][\n]"
D/Wire (13314): http-outgoing-5 << "Date: Thu, 01 Oct 2015 11:26:05 GMT[\r][\n]"
D/Wire (13314): http-outgoing-5 << "Content-Type: text/xml[\r][\n]"
D/Wire (13314): http-outgoing-5 << "Content-Length: 65676[\r][\n]"
D/Wire (13314): http-outgoing-5 << "Connection: keep-alive[\r][\n]"
D/Wire (13314): http-outgoing-5 << "DAV: 1, 2, 3, calendar-access, addressbook, extended-mkcol[\r][\n]"
D/Wire (13314): http-outgoing-5 << "[\r][\n]"
D/Wire (13314): http-outgoing-5 << "<?xml version="1.0"?>[\n]"
D/Wire (13314): http-outgoing-5 << "<multistatus xmlns="DAV:" xmlns:CS="http://calendarserver.org/ns/">[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EA00000049.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"8d0ef6bd7565bf5b5209cba40817bfa4"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E800000039.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"c2bebadd5c81cb659b89cea5e6630365"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E500000013.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"b09cc717d7c2d1e1fca585018379bfac"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484ED00000068.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"b05219fb6a18b3c9d25230ea98fe57f3"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F000000091.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"40551fd93a96c765d4d0a9f6b2d24b51"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FA00000104.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"aaefcd15cfac5815bd3d619d039dd240"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EA0000004C.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"9c52946f22b68ffa3273d05abd87418c"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F7000000DA.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"1f1bb053f57eb9215ad2b57f893e4dd8"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/f8629188-2a78-4af8-8f89-90666515615d.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"ae422dc1a6611b5f35126a6a863b54bd"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FA000000FC.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"4e150ad2761fa2d68bdcf91bf705f086"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EF0000008A.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"7dc956dc172042e29d89d5aabc419c01"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E50000001D.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"1d2b558f659ba62982d52e1a81684575"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E900000047.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"1743fc3a19a5c80963491782f98d4b58"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F9000000F8.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"397379f0b55f8744afc4786437c55e28"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag>"1b75c5f99b649727526f95ad70aa2dd0"</CS:getctag>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"1b75c5f99b649727526f95ad70aa2dd0"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-56048B3200000133.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"e493e019c2011d1dc91b7f5c0d9b883c"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EA00000051.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"99b6f55b357e83d8b264bb0fa41f34b5"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FC00000115.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"66bf51a5bd3834eeaa373b97a869931f"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FA00000106.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"97a1f11ef9fead281caca52cc8a188c1"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F9000000F7.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"4b60776e20fce794022a39a75193eee7"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E900000043.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop"
D/HttpClient(13314): Connection can be kept alive indefinitely
D/Wire (13314): http-outgoing-5 << "stat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"24e2939c0edc9bde9205908d4c63ad63"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E500000020.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"56e7031346facc26b6259180194460df"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560489C90000011A.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"d76eb376501e008efe61063fe131c254"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F2000000A6.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"82f8c373d2e9418664b73b0f231df962"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EE00000076.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"231bae6137fd26bf0540303b84d49e3e"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FC00000113.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"f29f1a4a66ad1adb61c62934c921dbe8"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EF00000083.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"63ca59e278115950614e56a928e2a66e"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560489CA0000012C.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"7379df2b779b37489de193c2494221ce"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E500000018.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"8e274c221f5f444c2c0a490f88fde533"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560489CA00000123.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"6c9e251a1115c9b941bd556a32719c9c"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E500000016.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"07afbbf0d50364dc6e70e2303f0980de"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F3000000B0.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"54acac5cb1bb626c7f52c49c66335fbd"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E900000046.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"3023d2260cdd12c6d7ace4bdde4e8729"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F2000000A8.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"18edd4f690435a71d4c917fa86680b69"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484E800000036.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"a038de49f951d11a213e00b8db019faf"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FA00000100.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"addcef882303f5ea28acb10cdca3a614"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484FA000000FE.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"7cdc138a4d930a22c4e90a920d94949a"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F4000000C0.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"f8b3cb6dd78bdb69ceda6dba8cb4910f"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F6000000D0.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"f332dc756a4477c3ee405ab562e24d75"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484EF00000086.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"046d9f89adcf28e42c940bcad3eebc58"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/daniel/contacts.vcf/pas-id-560484F6000000D1.vcf</href>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <getetag>"5432ca4eaf4d1e2fd609b17a8f8844a2"</getetag>[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 200 OK</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " <prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <CS:getctag />[\n]"
D/Wire (13314): http-outgoing-5 << " </prop>[\n]"
D/Wire (13314): http-outgoing-5 << " <status>HTTP/1.1 404 Not Found</status>[\n]"
D/Wire (13314): http-outgoing-5 << " </propstat>[\n]"
D/Wire (13314): http-outgoing-5 << " </response>[\n]"
D/Wire (13314): http-outgoing-5 << " <response>[\n]"
D/Wire (13314): http-outgoing-5 << " <href>/radicale/radicale"
D/Wire (13314): http-outgoing-5 << "end of stream"
D/HttpClient(13314): http-outgoing-5: Shutdown connection
D/HttpClient(13314): Connection discarded
D/HttpClient(13314): http-outgoing-5: Close connection
D/HttpClient(13314): Connection released: [id: 5][route: HttpRoute[{s}->https://[REMOVED]:443]][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 3]
E/davdroid.DavSyncAdapter(13314): Invalid DAV response
E/davdroid.DavSyncAdapter(13314): at.bitfire.davdroid.webdav.DavException: Invalid DAV response: Couldn't parse Multi-Status response on REPORT multi-get
E/davdroid.DavSyncAdapter(13314): at at.bitfire.davdroid.webdav.WebDavResource.processMultiStatus(WebDavResource.java:380)
E/davdroid.DavSyncAdapter(13314): at at.bitfire.davdroid.webdav.WebDavResource.propfind(WebDavResource.java:208)
E/davdroid.DavSyncAdapter(13314): at at.bitfire.davdroid.resource.WebDavCollection.getMemberETags(WebDavCollection.java:88)
E/davdroid.DavSyncAdapter(13314): at at.bitfire.davdroid.syncadapter.SyncManager.synchronize(SyncManager.java:83)
E/davdroid.DavSyncAdapter(13314): at at.bitfire.davdroid.syncadapter.DavSyncAdapter.onPerformSync(DavSyncAdapter.java:138)
E/davdroid.DavSyncAdapter(13314): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
E/davdroid.DavSyncAdapter(13314): Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 65676; received: 16171
E/davdroid.DavSyncAdapter(13314): at org.apache.http.impl.io.ContentLengthInputStreamHC4.read(ContentLengthInputStreamHC4.java:180)
E/davdroid.DavSyncAdapter(13314): at org.apache.http.conn.EofSensorInputStreamHC4.read(EofSensorInputStreamHC4.java:137)
E/davdroid.DavSyncAdapter(13314): at java.io.InputStreamReader.read(InputStreamReader.java:233)
E/davdroid.DavSyncAdapter(13314): at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1506)
E/davdroid.DavSyncAdapter(13314): at org.kxml2.io.KXmlParser.readValue(KXmlParser.java:1347)
E/davdroid.DavSyncAdapter(13314): at org.kxml2.io.KXmlParser.next(KXmlParser.java:390)
E/davdroid.DavSyncAdapter(13314): at org.kxml2.io.KXmlParser.next(KXmlParser.java:310)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.stream.PullReader.read(PullReader.java:105)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.stream.PullReader.next(PullReader.java:89)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.stream.PullReader.peek(PullReader.java:72)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.stream.NodeReader.readValue(NodeReader.java:224)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.stream.InputElement.getValue(InputElement.java:201)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Primitive.read(Primitive.java:163)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Primitive.readElement(Primitive.java:207)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Primitive.readElement(Primitive.java:189)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Primitive.read(Primitive.java:124)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Composite.readVariable(Composite.java:623)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Composite.readInstance(Composite.java:573)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Composite.readText(Composite.java:467)
E/davdroid.DavSyncAdapter(13314): at org.simpleframework.xml.core.Composite.access$200(Composite.java:59)
E/davdroid.DavSyncAdapter(13314): at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment