Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. [info ] Preparing synchronization
  2. [info ] Querying capabilities
  3. [trace] --> PROPFIND /owncloud/remote.php/carddav/addressbooks/XXX/oc_YY_contacts/ HTTP/1.\
  4. [trace] 1
  5. [trace] Depth: 0
  6. [trace] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:par\
  7. [trace] ams:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><CARD:supported-\
  8. [trace] address-data /><n0:getctag xmlns:n0="http://calendarserver.org/ns/" /></prop></propfi\
  9. [trace] nd>
  10. [trace] --> END PROPFIND (258-byte body)
  11. [trace] <-- HTTP/1.1 207 Multi-Status (634ms)
  12. [trace] Date: Sun, 03 Jan 2016 18:00:12 GMT
  13. [trace] Server: Apache
  14. [trace] X-Powered-By: PHP/5.6.1
  15. [trace] Set-Cookie: ocv60cg7w35b=cat1j8mm9diltlkgsttl7aq44v9t32mhd7u45sd08qtg45rgre20; path=/\
  16. [trace] owncloud; HttpOnly
  17. [trace] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  18. [trace] Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  19. [trace] Pragma: no-cache
  20. [trace] Set-Cookie: oc_sessionPassphrase=hH%2BPjB8Q8ijGZVMx2%2BKmLE5iJeqmw26Jxi0QPSrbeE0NPkDx\
  21. [trace] xrFjag%2FnPVxKW1AlXdBqIxnJgqVGMi%2FG%2FXEH%2F%2FFnZGu%2F3aRJGfE0K28jJt%2BqYAceqn1WabF\
  22. [trace] 5JjMXS%2BLc; path=/owncloud; httponly
  23. [trace] Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-s\
  24. [trace] rc 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:;\
  25. [trace] media-src *; connect-src *
  26. [trace] X-XSS-Protection: 1; mode=block
  27. [trace] X-Content-Type-Options: nosniff
  28. [trace] X-Frame-Options: Sameorigin
  29. [trace] X-Robots-Tag: none
  30. [trace] Set-Cookie: ocv60cg7w35b=23mi5aakbk667ejo4f4mhc2agcj4clk6s8dl8073quausl737mc0; path=/\
  31. [trace] owncloud; HttpOnly
  32. [trace] X-Sabre-Version: 2.1.7
  33. [trace] Vary: Brief,Prefer
  34. [trace] DAV: 1, 3, extended-mkcol, addressbook, access-control, calendarserver-principal-prop\
  35. [trace] erty-search
  36. [trace] Content-Length: 821
  37. [trace] Keep-Alive: timeout=15, max=100
  38. [trace] Connection: Keep-Alive
  39. [trace] Content-Type: application/xml; charset=utf-8
  40. [trace] OkHttp-Selected-Protocol: http/1.1
  41. [trace] OkHttp-Sent-Millis: 1451844017618
  42. [trace] OkHttp-Received-Millis: 1451844018224
  43. [trace] <?xml version="1.0" encoding="utf-8"?>
  44. [trace] <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:card="urn:ietf:p\
  45. [trace] arams:xml:ns:carddav"><d:response><d:href>/owncloud/remote.php/carddav/addressbooks/j\
  46. [trace] ochen/oc_YY_contacts/</d:href><d:propstat><d:prop><card:supported-address-data><card:\
  47. [trace] address-data-type xmlns:card="urn:ietf:params:xml:ns:carddav" content-type="text/vcar\
  48. [trace] d" version="3.0"/><card:address-data-type xmlns:card="urn:ietf:params:xml:ns:carddav"\
  49. [trace] content-type="text/vcard" version="4.0"/><card:address-data-type xmlns:card="urn:iet\
  50. [trace] f:params:xml:ns:carddav" content-type="application/vcard+json" version="4.0"/></card:\
  51. [trace] supported-address-data><x3:getctag xmlns:x3="http://calendarserver.org/ns/">145183354\
  52. [trace] 5</x3:getctag></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response>\
  53. [trace] </d:multistatus>
  54. [trace] <-- END HTTP (821-byte body)
  55. [debug] Received <response> for http://myserver/owncloud/remote.php/carddav/addressbooks/XXX/oc_YY_contacts/, status: null, properties: [supported-address-data(urn:ietf:params:xml:ns:carddav): at.bitfire.dav4android.property.SupportedAddressData@96d5842,
  56. getctag(http://calendarserver.org/ns/): GetCTag(cTag=1451833545)]
  57. [info ] Server advertises VCard/4 support: true
  58. [info ] Processing locally deleted entries
  59. [info ] Locally preparing dirty entries
  60. [info ] Uploading dirty entries
  61. [info ] Checking sync state
  62. [info ] Remote collection didn't change (CTag=1451833545), no need to query children
  63. [info ] Remote collection didn't change, skipping remote sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement