Skip to content

Instantly share code, notes, and snippets.

@qfvldaa2xn
Created August 26, 2015 12:33
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/3250b133921c0bef1825 to your computer and use it in GitHub Desktop.
Save qfvldaa2xn/3250b133921c0bef1825 to your computer and use it in GitHub Desktop.
2015-08-26 14:02:54,448 - INFO: Starting Radicale
2015-08-26 14:02:54,459 - DEBUG: Authentication type is None
2015-08-26 14:02:54,682 - DEBUG: Base URL prefix: /radicale/
2015-08-26 14:02:54,685 - DEBUG: Listening to localhost.localdomain port 5232
2015-08-26 14:02:54,692 - DEBUG: Radicale server ready
2015-08-26 14:03:04,672 - INFO: PROPFIND request at /radicale/Daniel/contacts.vcf/ received
2015-08-26 14:03:04,757 - DEBUG: Request headers:
{'CONTENT_LENGTH': '328',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
'HTTP_AUTHORIZATION': 'Basic abc=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:5232',
'HTTP_USER_AGENT': 'DAVdroid/0.8.3',
'PATH_INFO': '/radicale/Daniel/contacts.vcf/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost.localdomain',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2015-08-26 14:03:04,760 - DEBUG: Sanitized path: /Daniel/contacts.vcf/
2015-08-26 14:03:04,776 - DEBUG: Rights type 'owner_only'
2015-08-26 14:03:04,786 - DEBUG: Test if 'Daniel:Daniel/contacts.vcf' matches against '.+:^Daniel(/.*)?$' from section 'rw'
2015-08-26 14:03:04,799 - DEBUG: Section 'rw' matches
2015-08-26 14:03:04,802 - DEBUG: Daniel has read access to collection Daniel/contacts.vcf/
2015-08-26 14:03:04,809 - DEBUG: Rights type 'owner_only'
2015-08-26 14:03:04,819 - DEBUG: Test if 'Daniel:Daniel/contacts.vcf' matches against '.+:^Daniel(/.*)?$' from section 'rw'
2015-08-26 14:03:04,823 - DEBUG: Section 'rw' matches
2015-08-26 14:03:04,826 - DEBUG: Daniel has write access to collection Daniel/contacts.vcf/
2015-08-26 14:03:04,829 - DEBUG: Request content:
<propfind xmlns="DAV:">
<prop>
<A:calendar-color xmlns:A="http://apple.com/ns/ical/"/>
<displayname/>
<CS:getctag xmlns:CS="http://calendarserver.org/ns/"/>
<resourcetype/>
<CD:supported-address-data class="java.util.LinkedList" xmlns:CD="urn:ietf:params:xml:ns:carddav"/>
</prop>
</propfind>
2015-08-26 14:03:04,894 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/">
<response>
<href>/radicale/Daniel/contacts.vcf/</href>
<propstat>
<prop>
<ICAL:calendar-color>#1d2cbb</ICAL:calendar-color>
<displayname>contacts.vcf</displayname>
<CS:getctag>"c1404d1f9da31d6e13fa2599620475a1"</CS:getctag>
<resourcetype>
<CR:addressbook />
<collection />
</resourcetype>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CR:supported-address-data />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>
2015-08-26 14:03:04,900 - DEBUG: Answer status: 207 Unknown
2015-08-26 14:03:05,490 - INFO: PROPFIND request at /radicale/Daniel/contacts.vcf/ received
2015-08-26 14:03:05,568 - DEBUG: Request headers:
{'CONTENT_LENGTH': '134',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate',
'HTTP_AUTHORIZATION': 'Basic abc=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '1',
'HTTP_HOST': 'localhost:5232',
'HTTP_USER_AGENT': 'DAVdroid/0.8.3',
'PATH_INFO': '/radicale/Daniel/contacts.vcf/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost.localdomain',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2015-08-26 14:03:05,572 - DEBUG: Sanitized path: /Daniel/contacts.vcf/
2015-08-26 14:03:06,415 - DEBUG: Rights type 'owner_only'
2015-08-26 14:03:06,425 - DEBUG: Test if 'Daniel:Daniel/contacts.vcf' matches against '.+:^Daniel(/.*)?$' from section 'rw'
2015-08-26 14:03:06,429 - DEBUG: Section 'rw' matches
2015-08-26 14:03:06,432 - DEBUG: Daniel has read access to collection Daniel/contacts.vcf/
2015-08-26 14:03:06,439 - DEBUG: Rights type 'owner_only'
2015-08-26 14:03:06,449 - DEBUG: Test if 'Daniel:Daniel/contacts.vcf' matches against '.+:^Daniel(/.*)?$' from section 'rw'
2015-08-26 14:03:06,452 - DEBUG: Section 'rw' matches
2015-08-26 14:03:06,456 - DEBUG: Daniel has write access to collection Daniel/contacts.vcf/
2015-08-26 14:03:06,459 - DEBUG: Daniel has read access to item 095a7782-b23b-40a1-8f94-e73b25a00861.vcf
2015-08-26 14:03:06,461 - DEBUG: Daniel has write access to item 095a7782-b23b-40a1-8f94-e73b25a00861.vcf
2015-08-26 14:03:06,464 - DEBUG: Daniel has read access to item 65986746-33ee-4aca-9c5d-6b036b61defb.vcf
2015-08-26 14:03:06,467 - DEBUG: Daniel has write access to item 65986746-33ee-4aca-9c5d-6b036b61defb.vcf
2015-08-26 14:03:06,470 - DEBUG: Daniel has read access to item 1a34e46e-2e92-4dce-995e-ed6077cd6606.vcf
2015-08-26 14:03:06,473 - DEBUG: Daniel has write access to item 1a34e46e-2e92-4dce-995e-ed6077cd6606.vcf
2015-08-26 14:03:06,476 - DEBUG: Daniel has read access to item c0ab5d00-3402-44a4-b0f0-947c03a13180.vcf
2015-08-26 14:03:06,479 - DEBUG: Daniel has write access to item c0ab5d00-3402-44a4-b0f0-947c03a13180.vcf
2015-08-26 14:03:06,482 - DEBUG: Daniel has read access to item 69e2f647-f4ed-422e-ba9b-7eda1c1d820a.vcf
2015-08-26 14:03:06,485 - DEBUG: Daniel has write access to item 69e2f647-f4ed-422e-ba9b-7eda1c1d820a.vcf
2015-08-26 14:03:06,488 - DEBUG: Daniel has read access to item 8805380f-c572-4aec-910a-03d82dd7520d.vcf
2015-08-26 14:03:06,490 - DEBUG: Daniel has write access to item 8805380f-c572-4aec-910a-03d82dd7520d.vcf
2015-08-26 14:03:06,493 - DEBUG: Daniel has read access to item a9bf77ea-1102-45e5-b956-4963bc8d11ca.vcf
2015-08-26 14:03:06,496 - DEBUG: Daniel has write access to item a9bf77ea-1102-45e5-b956-4963bc8d11ca.vcf
2015-08-26 14:03:06,499 - DEBUG: Daniel has read access to item e2936c9c-0fbb-462b-b35a-b741597d924a.vcf
2015-08-26 14:03:06,502 - DEBUG: Daniel has write access to item e2936c9c-0fbb-462b-b35a-b741597d924a.vcf
2015-08-26 14:03:06,505 - DEBUG: Daniel has read access to item 4ed9ab99-b5ab-418a-8454-fef46a96ad80.vcf
2015-08-26 14:03:06,508 - DEBUG: Daniel has write access to item 4ed9ab99-b5ab-418a-8454-fef46a96ad80.vcf
2015-08-26 14:03:06,511 - DEBUG: Daniel has read access to item 7f8f6c0a-f88d-4d17-8098-f7d2ca2057f4.vcf
2015-08-26 14:03:06,514 - DEBUG: Daniel has write access to item 7f8f6c0a-f88d-4d17-8098-f7d2ca2057f4.vcf
2015-08-26 14:03:06,516 - DEBUG: Daniel has read access to item e405bf5e-cdb8-4054-ab29-832b6c1ef0a0.vcf
2015-08-26 14:03:06,519 - DEBUG: Daniel has write access to item e405bf5e-cdb8-4054-ab29-832b6c1ef0a0.vcf
2015-08-26 14:03:06,522 - DEBUG: Daniel has read access to item fbb7a7b7-bef3-4f79-b8fa-3c13dc439930.vcf
2015-08-26 14:03:06,525 - DEBUG: Daniel has write access to item fbb7a7b7-bef3-4f79-b8fa-3c13dc439930.vcf
2015-08-26 14:03:06,528 - DEBUG: Daniel has read access to item f8517d31-0f1a-420d-8875-604fd1efdc7a.vcf
2015-08-26 14:03:06,531 - DEBUG: Daniel has write access to item f8517d31-0f1a-420d-8875-604fd1efdc7a.vcf
2015-08-26 14:03:06,534 - DEBUG: Daniel has read access to item 71ea2f68-4a37-408b-83e5-a4cefbfb31a6.vcf
2015-08-26 14:03:06,537 - DEBUG: Daniel has write access to item 71ea2f68-4a37-408b-83e5-a4cefbfb31a6.vcf
2015-08-26 14:03:06,540 - DEBUG: Daniel has read access to item c0e71631-0bdd-447a-ab00-e23382bf25d8.vcf
2015-08-26 14:03:06,543 - DEBUG: Daniel has write access to item c0e71631-0bdd-447a-ab00-e23382bf25d8.vcf
2015-08-26 14:03:06,546 - DEBUG: Daniel has read access to item 517c3913-8a83-4b5c-af13-69bce7c4b8cb.vcf
2015-08-26 14:03:06,548 - DEBUG: Daniel has write access to item 517c3913-8a83-4b5c-af13-69bce7c4b8cb.vcf
2015-08-26 14:03:06,551 - DEBUG: Daniel has read access to item 64666dc6-bbec-4487-bf40-2d55749f3f32.vcf
2015-08-26 14:03:06,554 - DEBUG: Daniel has write access to item 64666dc6-bbec-4487-bf40-2d55749f3f32.vcf
2015-08-26 14:03:06,557 - DEBUG: Daniel has read access to item f1d8b6d4-0d7d-42be-ac00-3bc1a49af55e.vcf
2015-08-26 14:03:06,560 - DEBUG: Daniel has write access to item f1d8b6d4-0d7d-42be-ac00-3bc1a49af55e.vcf
2015-08-26 14:03:06,563 - DEBUG: Daniel has read access to item 5aa89360-767e-47bd-9453-8f03f6bc990a.vcf
2015-08-26 14:03:06,566 - DEBUG: Daniel has write access to item 5aa89360-767e-47bd-9453-8f03f6bc990a.vcf
2015-08-26 14:03:06,569 - DEBUG: Daniel has read access to item d59e0ceb-1a3d-4d13-89d1-45ccd67dc3df.vcf
2015-08-26 14:03:06,572 - DEBUG: Daniel has write access to item d59e0ceb-1a3d-4d13-89d1-45ccd67dc3df.vcf
2015-08-26 14:03:06,574 - DEBUG: Daniel has read access to item b629a46f-b570-4a6a-adfe-88b60ab4a082.vcf
2015-08-26 14:03:06,578 - DEBUG: Daniel has write access to item b629a46f-b570-4a6a-adfe-88b60ab4a082.vcf
2015-08-26 14:03:06,580 - DEBUG: Daniel has read access to item 82b44e81-7d67-4c26-b3f2-8325fce2aa60.vcf
2015-08-26 14:03:06,583 - DEBUG: Daniel has write access to item 82b44e81-7d67-4c26-b3f2-8325fce2aa60.vcf
2015-08-26 14:03:06,586 - DEBUG: Daniel has read access to item b5fa3b95-ef39-440e-9152-2937a597ce73.vcf
2015-08-26 14:03:06,589 - DEBUG: Daniel has write access to item b5fa3b95-ef39-440e-9152-2937a597ce73.vcf
2015-08-26 14:03:06,592 - DEBUG: Daniel has read access to item dbc3fd09-10fc-42dd-aaba-5ec748099787.vcf
2015-08-26 14:03:06,595 - DEBUG: Daniel has write access to item dbc3fd09-10fc-42dd-aaba-5ec748099787.vcf
2015-08-26 14:03:06,598 - DEBUG: Daniel has read access to item 9d910b6c-fe48-43c7-8cb4-ce0e72ddd797.vcf
2015-08-26 14:03:06,601 - DEBUG: Daniel has write access to item 9d910b6c-fe48-43c7-8cb4-ce0e72ddd797.vcf
2015-08-26 14:03:06,604 - DEBUG: Daniel has read access to item e62437a6-4683-4b03-8d0a-cc9886538d1a.vcf
2015-08-26 14:03:06,606 - DEBUG: Daniel has write access to item e62437a6-4683-4b03-8d0a-cc9886538d1a.vcf
2015-08-26 14:03:06,609 - DEBUG: Daniel has read access to item 635e5aaf-513c-46d3-b18e-b5cdd3778408.vcf
2015-08-26 14:03:06,612 - DEBUG: Daniel has write access to item 635e5aaf-513c-46d3-b18e-b5cdd3778408.vcf
2015-08-26 14:03:06,615 - DEBUG: Daniel has read access to item d4d7fd46-adde-46ff-81a7-af5d923ca9c7.vcf
2015-08-26 14:03:06,618 - DEBUG: Daniel has write access to item d4d7fd46-adde-46ff-81a7-af5d923ca9c7.vcf
2015-08-26 14:03:06,621 - DEBUG: Daniel has read access to item fc66113b-01b3-4f49-b85c-1264c51a3889.vcf
2015-08-26 14:03:06,624 - DEBUG: Daniel has write access to item fc66113b-01b3-4f49-b85c-1264c51a3889.vcf
2015-08-26 14:03:06,627 - DEBUG: Daniel has read access to item 9bebd61d-5af4-4cac-a886-8f480bdddf64.vcf
2015-08-26 14:03:06,629 - DEBUG: Daniel has write access to item 9bebd61d-5af4-4cac-a886-8f480bdddf64.vcf
2015-08-26 14:03:06,632 - DEBUG: Daniel has read access to item 05600bce-2bd8-4b0e-aba2-62d7e9203deb.vcf
2015-08-26 14:03:06,635 - DEBUG: Daniel has write access to item 05600bce-2bd8-4b0e-aba2-62d7e9203deb.vcf
2015-08-26 14:03:06,638 - DEBUG: Daniel has read access to item 2a1a4c96-c5f3-48e0-b6f7-48965ab5b067.vcf
2015-08-26 14:03:06,641 - DEBUG: Daniel has write access to item 2a1a4c96-c5f3-48e0-b6f7-48965ab5b067.vcf
2015-08-26 14:03:06,644 - DEBUG: Daniel has read access to item fdb21dba-b8a9-4aa8-8ed9-5675d8d2f7ee.vcf
2015-08-26 14:03:06,647 - DEBUG: Daniel has write access to item fdb21dba-b8a9-4aa8-8ed9-5675d8d2f7ee.vcf
2015-08-26 14:03:06,650 - DEBUG: Daniel has read access to item 131f95bd-7f74-41bb-8c87-0f5ef5387f90.vcf
2015-08-26 14:03:06,652 - DEBUG: Daniel has write access to item 131f95bd-7f74-41bb-8c87-0f5ef5387f90.vcf
2015-08-26 14:03:06,656 - DEBUG: Daniel has read access to item a07c0260-b7c7-4ca6-a93b-796d3ded2395.vcf
2015-08-26 14:03:06,658 - DEBUG: Daniel has write access to item a07c0260-b7c7-4ca6-a93b-796d3ded2395.vcf
2015-08-26 14:03:06,661 - DEBUG: Daniel has read access to item 5a224ad4-db2b-4148-898f-82d67f301ef7.vcf
2015-08-26 14:03:06,664 - DEBUG: Daniel has write access to item 5a224ad4-db2b-4148-898f-82d67f301ef7.vcf
2015-08-26 14:03:06,667 - DEBUG: Daniel has read access to item 740ca69d-2992-4207-a293-e54ef52939af.vcf
2015-08-26 14:03:06,670 - DEBUG: Daniel has write access to item 740ca69d-2992-4207-a293-e54ef52939af.vcf
2015-08-26 14:03:06,673 - DEBUG: Daniel has read access to item 33aa9f49-2170-4b39-8ea0-363a24426821.vcf
2015-08-26 14:03:06,676 - DEBUG: Daniel has write access to item 33aa9f49-2170-4b39-8ea0-363a24426821.vcf
2015-08-26 14:03:06,678 - DEBUG: Daniel has read access to item e1c8b291-64de-4434-b997-4a74a4ad21ba.vcf
2015-08-26 14:03:06,681 - DEBUG: Daniel has write access to item e1c8b291-64de-4434-b997-4a74a4ad21ba.vcf
2015-08-26 14:03:06,684 - DEBUG: Daniel has read access to item b9c7faaf-d4e2-4b14-aa47-a8186c642cdd.vcf
2015-08-26 14:03:06,687 - DEBUG: Daniel has write access to item b9c7faaf-d4e2-4b14-aa47-a8186c642cdd.vcf
2015-08-26 14:03:06,690 - DEBUG: Daniel has read access to item af3243ca-69cc-43f8-8c8f-ccb59eba8268.vcf
2015-08-26 14:03:06,693 - DEBUG: Daniel has write access to item af3243ca-69cc-43f8-8c8f-ccb59eba8268.vcf
2015-08-26 14:03:06,696 - DEBUG: Daniel has read access to item 6d502abf-27a0-4467-b0f2-407541196f5c.vcf
2015-08-26 14:03:06,699 - DEBUG: Daniel has write access to item 6d502abf-27a0-4467-b0f2-407541196f5c.vcf
2015-08-26 14:03:06,701 - DEBUG: Daniel has read access to item c423e390-9715-47a5-ad52-48ab3843c000.vcf
2015-08-26 14:03:06,704 - DEBUG: Daniel has write access to item c423e390-9715-47a5-ad52-48ab3843c000.vcf
2015-08-26 14:03:06,707 - DEBUG: Daniel has read access to item 8e0e5ee6-a45d-48b1-b1f7-3faedd3d10b4.vcf
2015-08-26 14:03:06,710 - DEBUG: Daniel has write access to item 8e0e5ee6-a45d-48b1-b1f7-3faedd3d10b4.vcf
2015-08-26 14:03:06,713 - DEBUG: Daniel has read access to item b09f2afd-8a69-48dd-8aa1-c6e3ad0412d4.vcf
2015-08-26 14:03:06,716 - DEBUG: Daniel has write access to item b09f2afd-8a69-48dd-8aa1-c6e3ad0412d4.vcf
2015-08-26 14:03:06,719 - DEBUG: Daniel has read access to item b89d640a-79db-40b8-80b9-1346c7ac7bdc.vcf
2015-08-26 14:03:06,722 - DEBUG: Daniel has write access to item b89d640a-79db-40b8-80b9-1346c7ac7bdc.vcf
2015-08-26 14:03:06,724 - DEBUG: Daniel has read access to item 029caacb-1988-45da-993c-c58cc2182546.vcf
2015-08-26 14:03:06,728 - DEBUG: Daniel has write access to item 029caacb-1988-45da-993c-c58cc2182546.vcf
2015-08-26 14:03:06,730 - DEBUG: Daniel has read access to item 04804aa5-0493-49b4-ad01-7763c0be8633.vcf
2015-08-26 14:03:06,733 - DEBUG: Daniel has write access to item 04804aa5-0493-49b4-ad01-7763c0be8633.vcf
2015-08-26 14:03:06,736 - DEBUG: Daniel has read access to item 0114b274-a362-4ea6-a703-b3800ac26a6b.vcf
2015-08-26 14:03:06,739 - DEBUG: Daniel has write access to item 0114b274-a362-4ea6-a703-b3800ac26a6b.vcf
2015-08-26 14:03:06,742 - DEBUG: Daniel has read access to item e1b6e813-a862-45d1-9208-90f3bfe973e2.vcf
2015-08-26 14:03:06,745 - DEBUG: Daniel has write access to item e1b6e813-a862-45d1-9208-90f3bfe973e2.vcf
2015-08-26 14:03:06,748 - DEBUG: Daniel has read access to item 5d87b843-9f0f-4982-8e80-bb75fd022482.vcf
2015-08-26 14:03:06,750 - DEBUG: Daniel has write access to item 5d87b843-9f0f-4982-8e80-bb75fd022482.vcf
2015-08-26 14:03:06,753 - DEBUG: Daniel has read access to item a34b4d34-6998-45c9-bb7f-476f987b0ad6.vcf
2015-08-26 14:03:06,756 - DEBUG: Daniel has write access to item a34b4d34-6998-45c9-bb7f-476f987b0ad6.vcf
2015-08-26 14:03:06,759 - DEBUG: Daniel has read access to item 12f94c04-612a-4b4c-8cf8-09e41161110d.vcf
2015-08-26 14:03:06,762 - DEBUG: Daniel has write access to item 12f94c04-612a-4b4c-8cf8-09e41161110d.vcf
2015-08-26 14:03:06,765 - DEBUG: Daniel has read access to item e5adac52-4eac-45bb-99d1-c3b600500541.vcf
2015-08-26 14:03:06,768 - DEBUG: Daniel has write access to item e5adac52-4eac-45bb-99d1-c3b600500541.vcf
2015-08-26 14:03:06,771 - DEBUG: Daniel has read access to item a99af5f1-fd17-4352-9bfa-d56397c2d775.vcf
2015-08-26 14:03:06,774 - DEBUG: Daniel has write access to item a99af5f1-fd17-4352-9bfa-d56397c2d775.vcf
2015-08-26 14:03:06,777 - DEBUG: Daniel has read access to item 89851350-4972-4349-bf1e-95265ae06ec5.vcf
2015-08-26 14:03:06,780 - DEBUG: Daniel has write access to item 89851350-4972-4349-bf1e-95265ae06ec5.vcf
2015-08-26 14:03:06,782 - DEBUG: Daniel has read access to item 37b24d18-ff4f-4a6a-8b3c-2e6926930976.vcf
2015-08-26 14:03:06,785 - DEBUG: Daniel has write access to item 37b24d18-ff4f-4a6a-8b3c-2e6926930976.vcf
2015-08-26 14:03:06,788 - DEBUG: Daniel has read access to item 0282cdaa-27ea-431f-8789-5a9a7fd4b42f.vcf
2015-08-26 14:03:06,791 - DEBUG: Daniel has write access to item 0282cdaa-27ea-431f-8789-5a9a7fd4b42f.vcf
2015-08-26 14:03:06,794 - DEBUG: Daniel has read access to item 6481c0e5-1517-4eba-96b0-19795416efcb.vcf
2015-08-26 14:03:06,797 - DEBUG: Daniel has write access to item 6481c0e5-1517-4eba-96b0-19795416efcb.vcf
2015-08-26 14:03:06,800 - DEBUG: Daniel has read access to item e47b789e-015c-4aab-a9e6-40c7d8cc7fc9.vcf
2015-08-26 14:03:06,803 - DEBUG: Daniel has write access to item e47b789e-015c-4aab-a9e6-40c7d8cc7fc9.vcf
2015-08-26 14:03:06,806 - DEBUG: Daniel has read access to item 521b706f-b68b-4944-9b9d-b9bc8ca51cbb.vcf
2015-08-26 14:03:06,808 - DEBUG: Daniel has write access to item 521b706f-b68b-4944-9b9d-b9bc8ca51cbb.vcf
2015-08-26 14:03:06,811 - DEBUG: Daniel has read access to item 3f4a7a8c-e6b3-4b38-b371-c7cfcf432e91.vcf
2015-08-26 14:03:06,814 - DEBUG: Daniel has write access to item 3f4a7a8c-e6b3-4b38-b371-c7cfcf432e91.vcf
2015-08-26 14:03:06,817 - DEBUG: Daniel has read access to item b3a35aef-adf7-4a8a-9005-341d9199c1a8.vcf
2015-08-26 14:03:06,820 - DEBUG: Daniel has write access to item b3a35aef-adf7-4a8a-9005-341d9199c1a8.vcf
2015-08-26 14:03:06,823 - DEBUG: Daniel has read access to item cf13faaf-ae3f-4aa6-a151-39faf822aaa6.vcf
2015-08-26 14:03:06,826 - DEBUG: Daniel has write access to item cf13faaf-ae3f-4aa6-a151-39faf822aaa6.vcf
2015-08-26 14:03:06,829 - DEBUG: Daniel has read access to item 2ea71cd3-3210-4ff0-8a9f-6dd37dae345e.vcf
2015-08-26 14:03:06,831 - DEBUG: Daniel has write access to item 2ea71cd3-3210-4ff0-8a9f-6dd37dae345e.vcf
2015-08-26 14:03:06,834 - DEBUG: Daniel has read access to item c0a02422-4c76-4903-b843-9022e94ed609.vcf
2015-08-26 14:03:06,837 - DEBUG: Daniel has write access to item c0a02422-4c76-4903-b843-9022e94ed609.vcf
2015-08-26 14:03:06,840 - DEBUG: Daniel has read access to item ad8786db-130f-46fb-88f4-ca28b72b0630.vcf
2015-08-26 14:03:06,843 - DEBUG: Daniel has write access to item ad8786db-130f-46fb-88f4-ca28b72b0630.vcf
2015-08-26 14:03:06,846 - DEBUG: Daniel has read access to item ab80be9a-2c8f-40cb-9945-e6cba649519b.vcf
2015-08-26 14:03:06,849 - DEBUG: Daniel has write access to item ab80be9a-2c8f-40cb-9945-e6cba649519b.vcf
2015-08-26 14:03:06,852 - DEBUG: Daniel has read access to item c82f6287-1d72-4492-9a76-1b6e900ddb54.vcf
2015-08-26 14:03:06,854 - DEBUG: Daniel has write access to item c82f6287-1d72-4492-9a76-1b6e900ddb54.vcf
2015-08-26 14:03:06,857 - DEBUG: Daniel has read access to item fc4dd3ae-3449-489c-8dc4-34c0b2486c6e.vcf
2015-08-26 14:03:06,860 - DEBUG: Daniel has write access to item fc4dd3ae-3449-489c-8dc4-34c0b2486c6e.vcf
2015-08-26 14:03:06,863 - DEBUG: Daniel has read access to item 95353176-62c2-4085-b99d-069deb9d4d52.vcf
2015-08-26 14:03:06,866 - DEBUG: Daniel has write access to item 95353176-62c2-4085-b99d-069deb9d4d52.vcf
2015-08-26 14:03:06,869 - DEBUG: Daniel has read access to item e5e6e2d5-f0b9-45cb-96d1-8053bff2a9a3.vcf
2015-08-26 14:03:06,872 - DEBUG: Daniel has write access to item e5e6e2d5-f0b9-45cb-96d1-8053bff2a9a3.vcf
2015-08-26 14:03:06,875 - DEBUG: Daniel has read access to item 29f941e5-d457-402a-8128-b4999ac62a72.vcf
2015-08-26 14:03:06,878 - DEBUG: Daniel has write access to item 29f941e5-d457-402a-8128-b4999ac62a72.vcf
2015-08-26 14:03:06,880 - DEBUG: Daniel has read access to item 8c121e75-cd4f-46e7-8050-04c14f675c31.vcf
2015-08-26 14:03:06,883 - DEBUG: Daniel has write access to item 8c121e75-cd4f-46e7-8050-04c14f675c31.vcf
2015-08-26 14:03:06,886 - DEBUG: Daniel has read access to item f3985ce2-f1c2-419c-9ed5-7cd37891e4c3.vcf
2015-08-26 14:03:06,889 - DEBUG: Daniel has write access to item f3985ce2-f1c2-419c-9ed5-7cd37891e4c3.vcf
2015-08-26 14:03:06,892 - DEBUG: Daniel has read access to item 537d63aa-2ddb-4ed8-a5d3-2cbf88bd4853.vcf
2015-08-26 14:03:06,895 - DEBUG: Daniel has write access to item 537d63aa-2ddb-4ed8-a5d3-2cbf88bd4853.vcf
2015-08-26 14:03:06,898 - DEBUG: Daniel has read access to item dc230a49-c45c-484a-90dc-4ba936e085d1.vcf
2015-08-26 14:03:06,900 - DEBUG: Daniel has write access to item dc230a49-c45c-484a-90dc-4ba936e085d1.vcf
2015-08-26 14:03:06,903 - DEBUG: Daniel has read access to item ab419ca5-7691-4e37-b296-4e4d3eb84138.vcf
2015-08-26 14:03:06,906 - DEBUG: Daniel has write access to item ab419ca5-7691-4e37-b296-4e4d3eb84138.vcf
2015-08-26 14:03:06,909 - DEBUG: Daniel has read access to item 59f06944-ec12-429a-b14c-f92c591a0fa4.vcf
2015-08-26 14:03:06,912 - DEBUG: Daniel has write access to item 59f06944-ec12-429a-b14c-f92c591a0fa4.vcf
2015-08-26 14:03:06,915 - DEBUG: Daniel has read access to item 366ac082-7848-4db5-b101-b94eefef03c1.vcf
2015-08-26 14:03:06,918 - DEBUG: Daniel has write access to item 366ac082-7848-4db5-b101-b94eefef03c1.vcf
2015-08-26 14:03:06,921 - DEBUG: Daniel has read access to item 8c385c82-1e28-4db5-8963-2f99a9df6074.vcf
2015-08-26 14:03:06,923 - DEBUG: Daniel has write access to item 8c385c82-1e28-4db5-8963-2f99a9df6074.vcf
2015-08-26 14:03:06,927 - DEBUG: Daniel has read access to item e0e9abc6-4ff9-4859-bd78-47d1caf95951.vcf
2015-08-26 14:03:06,930 - DEBUG: Daniel has write access to item e0e9abc6-4ff9-4859-bd78-47d1caf95951.vcf
2015-08-26 14:03:06,932 - DEBUG: Daniel has read access to item bc7bfc03-f88f-45b1-9842-8a2a68f06171.vcf
2015-08-26 14:03:06,935 - DEBUG: Daniel has write access to item bc7bfc03-f88f-45b1-9842-8a2a68f06171.vcf
2015-08-26 14:03:06,938 - DEBUG: Daniel has read access to item a1474fd5-8d35-478e-92b6-dfbae21bf206.vcf
2015-08-26 14:03:06,941 - DEBUG: Daniel has write access to item a1474fd5-8d35-478e-92b6-dfbae21bf206.vcf
2015-08-26 14:03:06,944 - DEBUG: Daniel has read access to item caff7735-f883-4f7f-a496-940a44d53411.vcf
2015-08-26 14:03:06,947 - DEBUG: Daniel has write access to item caff7735-f883-4f7f-a496-940a44d53411.vcf
2015-08-26 14:03:06,950 - DEBUG: Daniel has read access to item 23379baa-690f-4776-a322-8fb84a2689a1.vcf
2015-08-26 14:03:06,952 - DEBUG: Daniel has write access to item 23379baa-690f-4776-a322-8fb84a2689a1.vcf
2015-08-26 14:03:06,955 - DEBUG: Daniel has read access to item b5ae5387-069a-4018-b98c-4eb0e25880b6.vcf
2015-08-26 14:03:06,958 - DEBUG: Daniel has write access to item b5ae5387-069a-4018-b98c-4eb0e25880b6.vcf
2015-08-26 14:03:06,961 - DEBUG: Daniel has read access to item c29871d6-0ff2-4b81-bb58-f3d4baa0a786.vcf
2015-08-26 14:03:06,964 - DEBUG: Daniel has write access to item c29871d6-0ff2-4b81-bb58-f3d4baa0a786.vcf
2015-08-26 14:03:06,967 - DEBUG: Daniel has read access to item 8d613617-792f-429e-8a42-6d75b94ac413.vcf
2015-08-26 14:03:06,970 - DEBUG: Daniel has write access to item 8d613617-792f-429e-8a42-6d75b94ac413.vcf
2015-08-26 14:03:06,973 - DEBUG: Daniel has read access to item d884a74d-6e51-4ba2-8802-0b32c2293d3d.vcf
2015-08-26 14:03:06,976 - DEBUG: Daniel has write access to item d884a74d-6e51-4ba2-8802-0b32c2293d3d.vcf
2015-08-26 14:03:06,979 - DEBUG: Daniel has read access to item 16b64aec-d11e-4837-971c-b061e0f25a29.vcf
2015-08-26 14:03:06,981 - DEBUG: Daniel has write access to item 16b64aec-d11e-4837-971c-b061e0f25a29.vcf
2015-08-26 14:03:06,984 - DEBUG: Daniel has read access to item f805d407-cb25-4135-8878-4d1120b018bb.vcf
2015-08-26 14:03:06,987 - DEBUG: Daniel has write access to item f805d407-cb25-4135-8878-4d1120b018bb.vcf
2015-08-26 14:03:06,990 - DEBUG: Daniel has read access to item c5d47a34-0cc1-4e1d-b38b-3f827dc58a2c.vcf
2015-08-26 14:03:06,993 - DEBUG: Daniel has write access to item c5d47a34-0cc1-4e1d-b38b-3f827dc58a2c.vcf
2015-08-26 14:03:06,996 - DEBUG: Daniel has read access to item 9e609b28-07df-42a1-9a43-6cfa7583d0d1.vcf
2015-08-26 14:03:06,999 - DEBUG: Daniel has write access to item 9e609b28-07df-42a1-9a43-6cfa7583d0d1.vcf
2015-08-26 14:03:07,002 - DEBUG: Daniel has read access to item b4c749fe-429a-42b2-bb57-5f45f1482251.vcf
2015-08-26 14:03:07,004 - DEBUG: Daniel has write access to item b4c749fe-429a-42b2-bb57-5f45f1482251.vcf
2015-08-26 14:03:07,008 - DEBUG: Daniel has read access to item e77e1694-8da6-4d39-bf5c-fd362bbad0b8.vcf
2015-08-26 14:03:07,010 - DEBUG: Daniel has write access to item e77e1694-8da6-4d39-bf5c-fd362bbad0b8.vcf
2015-08-26 14:03:07,013 - DEBUG: Daniel has read access to item cc4fcdfd-2fc9-4b30-8f4c-896d7886bdd9.vcf
2015-08-26 14:03:07,016 - DEBUG: Daniel has write access to item cc4fcdfd-2fc9-4b30-8f4c-896d7886bdd9.vcf
2015-08-26 14:03:07,019 - DEBUG: Daniel has read access to item 43a88e1a-7e2a-4fd2-8b8c-803cfa90cafa.vcf
2015-08-26 14:03:07,022 - DEBUG: Daniel has write access to item 43a88e1a-7e2a-4fd2-8b8c-803cfa90cafa.vcf
2015-08-26 14:03:07,025 - DEBUG: Daniel has read access to item 01bb135e-da30-4d7a-a0e1-0064ba366a98.vcf
2015-08-26 14:03:07,028 - DEBUG: Daniel has write access to item 01bb135e-da30-4d7a-a0e1-0064ba366a98.vcf
2015-08-26 14:03:07,031 - DEBUG: Daniel has read access to item e81997aa-0a84-4267-b70c-0b65859cd5ef.vcf
2015-08-26 14:03:07,033 - DEBUG: Daniel has write access to item e81997aa-0a84-4267-b70c-0b65859cd5ef.vcf
2015-08-26 14:03:07,036 - DEBUG: Daniel has read access to item bbbe0440-7db8-4693-8925-167b60ba0de8.vcf
2015-08-26 14:03:07,039 - DEBUG: Daniel has write access to item bbbe0440-7db8-4693-8925-167b60ba0de8.vcf
2015-08-26 14:03:07,042 - DEBUG: Daniel has read access to item a25fb79e-6ba1-44fe-89b8-d021478ccd6c.vcf
2015-08-26 14:03:07,045 - DEBUG: Daniel has write access to item a25fb79e-6ba1-44fe-89b8-d021478ccd6c.vcf
2015-08-26 14:03:07,048 - DEBUG: Daniel has read access to item e1ee5971-d3ce-4116-9ad7-3fa8982379fa.vcf
2015-08-26 14:03:07,051 - DEBUG: Daniel has write access to item e1ee5971-d3ce-4116-9ad7-3fa8982379fa.vcf
2015-08-26 14:03:07,054 - DEBUG: Daniel has read access to item baba353b-6000-41fd-ac05-c84ecfc6b911.vcf
2015-08-26 14:03:07,057 - DEBUG: Daniel has write access to item baba353b-6000-41fd-ac05-c84ecfc6b911.vcf
2015-08-26 14:03:07,059 - DEBUG: Daniel has read access to item 8b3d0d5c-441b-426f-a6ac-dfbc6c0036ba.vcf
2015-08-26 14:03:07,062 - DEBUG: Daniel has write access to item 8b3d0d5c-441b-426f-a6ac-dfbc6c0036ba.vcf
2015-08-26 14:03:07,065 - DEBUG: Daniel has read access to item 068f0dfa-a86c-4f1b-bd6e-e8fc602e6cdd.vcf
2015-08-26 14:03:07,068 - DEBUG: Daniel has write access to item 068f0dfa-a86c-4f1b-bd6e-e8fc602e6cdd.vcf
2015-08-26 14:03:07,071 - DEBUG: Daniel has read access to item f69964ea-2f52-4437-9ae6-e9c87aa7a90a.vcf
2015-08-26 14:03:07,074 - DEBUG: Daniel has write access to item f69964ea-2f52-4437-9ae6-e9c87aa7a90a.vcf
2015-08-26 14:03:07,077 - DEBUG: Daniel has read access to item dc589f60-cedb-4bff-a162-06696b6e5b98.vcf
2015-08-26 14:03:07,080 - DEBUG: Daniel has write access to item dc589f60-cedb-4bff-a162-06696b6e5b98.vcf
2015-08-26 14:03:07,082 - DEBUG: Daniel has read access to item a507aec7-e00a-484a-a3a4-3b0127cc6935.vcf
2015-08-26 14:03:07,085 - DEBUG: Daniel has write access to item a507aec7-e00a-484a-a3a4-3b0127cc6935.vcf
2015-08-26 14:03:07,088 - DEBUG: Daniel has read access to item 6e2af779-55f7-44ba-8341-f9177166b8bd.vcf
2015-08-26 14:03:07,091 - DEBUG: Daniel has write access to item 6e2af779-55f7-44ba-8341-f9177166b8bd.vcf
2015-08-26 14:03:07,094 - DEBUG: Daniel has read access to item 1da9673b-9aa3-4ae5-b518-0c7fd1f6685e.vcf
2015-08-26 14:03:07,097 - DEBUG: Daniel has write access to item 1da9673b-9aa3-4ae5-b518-0c7fd1f6685e.vcf
2015-08-26 14:03:07,100 - DEBUG: Daniel has read access to item 354dbb4b-a68d-4fb5-8955-0956cd32090c.vcf
2015-08-26 14:03:07,103 - DEBUG: Daniel has write access to item 354dbb4b-a68d-4fb5-8955-0956cd32090c.vcf
2015-08-26 14:03:07,106 - DEBUG: Daniel has read access to item af8a12b6-a55e-4772-8db2-bce526911449.vcf
2015-08-26 14:03:07,108 - DEBUG: Daniel has write access to item af8a12b6-a55e-4772-8db2-bce526911449.vcf
2015-08-26 14:03:07,111 - DEBUG: Daniel has read access to item 4cf76daa-ae8e-43d7-bc1b-a216881b2d13.vcf
2015-08-26 14:03:07,114 - DEBUG: Daniel has write access to item 4cf76daa-ae8e-43d7-bc1b-a216881b2d13.vcf
2015-08-26 14:03:07,117 - DEBUG: Daniel has read access to item da92ac2a-9cfa-416d-af5e-c37495ea1885.vcf
2015-08-26 14:03:07,120 - DEBUG: Daniel has write access to item da92ac2a-9cfa-416d-af5e-c37495ea1885.vcf
2015-08-26 14:03:07,123 - DEBUG: Daniel has read access to item b68558f5-5902-46c0-a4af-6110ff421d3d.vcf
2015-08-26 14:03:07,126 - DEBUG: Daniel has write access to item b68558f5-5902-46c0-a4af-6110ff421d3d.vcf
2015-08-26 14:03:07,130 - DEBUG: Daniel has read access to item a224d96d-279a-43d7-a1d9-a77d65a392eb.vcf
2015-08-26 14:03:07,132 - DEBUG: Daniel has write access to item a224d96d-279a-43d7-a1d9-a77d65a392eb.vcf
2015-08-26 14:03:07,135 - DEBUG: Daniel has read access to item a0a46519-89eb-43ee-a2ae-6bbd59581dda.vcf
2015-08-26 14:03:07,138 - DEBUG: Daniel has write access to item a0a46519-89eb-43ee-a2ae-6bbd59581dda.vcf
2015-08-26 14:03:07,141 - DEBUG: Daniel has read access to item e99edaf7-f6c8-4b70-aec3-1df1188e0e9c.vcf
2015-08-26 14:03:07,144 - DEBUG: Daniel has write access to item e99edaf7-f6c8-4b70-aec3-1df1188e0e9c.vcf
2015-08-26 14:03:07,147 - DEBUG: Daniel has read access to item fba0630d-95aa-4b42-9309-3417a10594ac.vcf
2015-08-26 14:03:07,150 - DEBUG: Daniel has write access to item fba0630d-95aa-4b42-9309-3417a10594ac.vcf
2015-08-26 14:03:07,153 - DEBUG: Daniel has read access to item dc6cd6b0-973a-49f1-9672-74053f89467d.vcf
2015-08-26 14:03:07,156 - DEBUG: Daniel has write access to item dc6cd6b0-973a-49f1-9672-74053f89467d.vcf
2015-08-26 14:03:07,158 - DEBUG: Daniel has read access to item 9356b7b4-3d1c-41c9-a59e-7e6cf116f091.vcf
2015-08-26 14:03:07,161 - DEBUG: Daniel has write access to item 9356b7b4-3d1c-41c9-a59e-7e6cf116f091.vcf
2015-08-26 14:03:07,164 - DEBUG: Daniel has read access to item 82a8cb02-e95e-4c20-981d-e62f405dd6f2.vcf
2015-08-26 14:03:07,167 - DEBUG: Daniel has write access to item 82a8cb02-e95e-4c20-981d-e62f405dd6f2.vcf
2015-08-26 14:03:07,170 - DEBUG: Daniel has read access to item 3a9bccdf-11c9-423b-a96e-e36622d60b79.vcf
2015-08-26 14:03:07,173 - DEBUG: Daniel has write access to item 3a9bccdf-11c9-423b-a96e-e36622d60b79.vcf
2015-08-26 14:03:07,176 - DEBUG: Daniel has read access to item 02ab41e3-6434-42cb-a9bf-49d50f8d22f7.vcf
2015-08-26 14:03:07,179 - DEBUG: Daniel has write access to item 02ab41e3-6434-42cb-a9bf-49d50f8d22f7.vcf
2015-08-26 14:03:07,181 - DEBUG: Daniel has read access to item 952a8491-ad87-4d74-91d1-20bc50888df2.vcf
2015-08-26 14:03:07,184 - DEBUG: Daniel has write access to item 952a8491-ad87-4d74-91d1-20bc50888df2.vcf
2015-08-26 14:03:07,187 - DEBUG: Daniel has read access to item 644ecb5b-d37d-4ecf-8ca9-2cc4ed6f82ac.vcf
2015-08-26 14:03:07,190 - DEBUG: Daniel has write access to item 644ecb5b-d37d-4ecf-8ca9-2cc4ed6f82ac.vcf
2015-08-26 14:03:07,193 - DEBUG: Daniel has read access to item 18b28c8a-1641-4779-9b6b-34867dbda83c.vcf
2015-08-26 14:03:07,196 - DEBUG: Daniel has write access to item 18b28c8a-1641-4779-9b6b-34867dbda83c.vcf
2015-08-26 14:03:07,199 - DEBUG: Daniel has read access to item 5e6e6ac6-cd61-4249-848d-7e112703fd61.vcf
2015-08-26 14:03:07,202 - DEBUG: Daniel has write access to item 5e6e6ac6-cd61-4249-848d-7e112703fd61.vcf
2015-08-26 14:03:07,204 - DEBUG: Daniel has read access to item 92659c8f-f9ea-486a-bf68-088d07a024dd.vcf
2015-08-26 14:03:07,207 - DEBUG: Daniel has write access to item 92659c8f-f9ea-486a-bf68-088d07a024dd.vcf
2015-08-26 14:03:07,210 - DEBUG: Daniel has read access to item 77715680-7249-48e3-88c3-0a9d6eb4ae49.vcf
2015-08-26 14:03:07,213 - DEBUG: Daniel has write access to item 77715680-7249-48e3-88c3-0a9d6eb4ae49.vcf
2015-08-26 14:03:07,216 - DEBUG: Daniel has read access to item a33f131e-b1cb-4d84-acdc-64c20eba264c.vcf
2015-08-26 14:03:07,219 - DEBUG: Daniel has write access to item a33f131e-b1cb-4d84-acdc-64c20eba264c.vcf
2015-08-26 14:03:07,222 - DEBUG: Daniel has read access to item d79c941b-51f7-48a6-bf93-849f1bb8ca6a.vcf
2015-08-26 14:03:07,225 - DEBUG: Daniel has write access to item d79c941b-51f7-48a6-bf93-849f1bb8ca6a.vcf
2015-08-26 14:03:07,228 - DEBUG: Daniel has read access to item bb6fa7c4-46b5-4cdc-a6db-a7c9eefd86ad.vcf
2015-08-26 14:03:07,230 - DEBUG: Daniel has write access to item bb6fa7c4-46b5-4cdc-a6db-a7c9eefd86ad.vcf
2015-08-26 14:03:07,233 - DEBUG: Daniel has read access to item 35ab90f7-2004-400c-992c-ef818162790e.vcf
2015-08-26 14:03:07,236 - DEBUG: Daniel has write access to item 35ab90f7-2004-400c-992c-ef818162790e.vcf
2015-08-26 14:03:07,239 - DEBUG: Daniel has read access to item a4c4d5b2-b707-4b80-ba98-ff1eb4800053.vcf
2015-08-26 14:03:07,242 - DEBUG: Daniel has write access to item a4c4d5b2-b707-4b80-ba98-ff1eb4800053.vcf
2015-08-26 14:03:07,245 - DEBUG: Daniel has read access to item 082ffa9e-ffa9-478b-b873-66915b47c0a1.vcf
2015-08-26 14:03:07,248 - DEBUG: Daniel has write access to item 082ffa9e-ffa9-478b-b873-66915b47c0a1.vcf
2015-08-26 14:03:07,251 - DEBUG: Daniel has read access to item 94a4144a-1a39-4cf2-9eb1-f7d1acbc7fad.vcf
2015-08-26 14:03:07,253 - DEBUG: Daniel has write access to item 94a4144a-1a39-4cf2-9eb1-f7d1acbc7fad.vcf
2015-08-26 14:03:07,256 - DEBUG: Daniel has read access to item 4588910d-3da4-4449-9c2c-55ec8c87b739.vcf
2015-08-26 14:03:07,259 - DEBUG: Daniel has write access to item 4588910d-3da4-4449-9c2c-55ec8c87b739.vcf
2015-08-26 14:03:07,262 - DEBUG: Daniel has read access to item 55945dc4-d530-4817-acda-e8afb78e0e29.vcf
2015-08-26 14:03:07,265 - DEBUG: Daniel has write access to item 55945dc4-d530-4817-acda-e8afb78e0e29.vcf
2015-08-26 14:03:07,268 - DEBUG: Daniel has read access to item f3cd5066-4a3c-4120-8ed9-6a58b538b9d7.vcf
2015-08-26 14:03:07,271 - DEBUG: Daniel has write access to item f3cd5066-4a3c-4120-8ed9-6a58b538b9d7.vcf
2015-08-26 14:03:07,274 - DEBUG: Daniel has read access to item 23909b64-9e28-4407-8980-5ff0d5313b1a.vcf
2015-08-26 14:03:07,276 - DEBUG: Daniel has write access to item 23909b64-9e28-4407-8980-5ff0d5313b1a.vcf
2015-08-26 14:03:07,279 - DEBUG: Daniel has read access to item 8d77a314-23b3-4060-8a1a-b5d94684238b.vcf
2015-08-26 14:03:07,282 - DEBUG: Daniel has write access to item 8d77a314-23b3-4060-8a1a-b5d94684238b.vcf
2015-08-26 14:03:07,285 - DEBUG: Daniel has read access to item 757bc8b6-f46a-44ca-84b4-5add30361d48.vcf
2015-08-26 14:03:07,288 - DEBUG: Daniel has write access to item 757bc8b6-f46a-44ca-84b4-5add30361d48.vcf
2015-08-26 14:03:07,291 - DEBUG: Daniel has read access to item 0f078dad-be4f-44d5-99ba-792b489e1aea.vcf
2015-08-26 14:03:07,294 - DEBUG: Daniel has write access to item 0f078dad-be4f-44d5-99ba-792b489e1aea.vcf
2015-08-26 14:03:07,297 - DEBUG: Daniel has read access to item 3f9cf468-e2a0-4857-bb5f-5bc02fa206a6.vcf
2015-08-26 14:03:07,300 - DEBUG: Daniel has write access to item 3f9cf468-e2a0-4857-bb5f-5bc02fa206a6.vcf
2015-08-26 14:03:07,302 - DEBUG: Daniel has read access to item a5346d29-4f8c-4db0-b23c-4382d0a4b935.vcf
2015-08-26 14:03:07,305 - DEBUG: Daniel has write access to item a5346d29-4f8c-4db0-b23c-4382d0a4b935.vcf
2015-08-26 14:03:07,308 - DEBUG: Daniel has read access to item 0c42ad01-3cf7-4c84-ba44-f5915ab3d30d.vcf
2015-08-26 14:03:07,311 - DEBUG: Daniel has write access to item 0c42ad01-3cf7-4c84-ba44-f5915ab3d30d.vcf
2015-08-26 14:03:07,314 - DEBUG: Daniel has read access to item 781dce34-c81f-4ebf-bd01-5c10078b3989.vcf
2015-08-26 14:03:07,317 - DEBUG: Daniel has write access to item 781dce34-c81f-4ebf-bd01-5c10078b3989.vcf
2015-08-26 14:03:07,320 - DEBUG: Daniel has read access to item 79b3109a-5af3-40fa-800b-f11a8449c097.vcf
2015-08-26 14:03:07,323 - DEBUG: Daniel has write access to item 79b3109a-5af3-40fa-800b-f11a8449c097.vcf
2015-08-26 14:03:07,326 - DEBUG: Daniel has read access to item 61fd8117-83c1-4896-8116-c9d46133fad4.vcf
2015-08-26 14:03:07,329 - DEBUG: Daniel has write access to item 61fd8117-83c1-4896-8116-c9d46133fad4.vcf
2015-08-26 14:03:07,332 - DEBUG: Daniel has read access to item cbe5b01d-9020-4962-89b4-40a6f07e76dc.vcf
2015-08-26 14:03:07,334 - DEBUG: Daniel has write access to item cbe5b01d-9020-4962-89b4-40a6f07e76dc.vcf
2015-08-26 14:03:07,337 - DEBUG: Daniel has read access to item d9177f57-e0ef-4731-8740-5b0259a654ce.vcf
2015-08-26 14:03:07,340 - DEBUG: Daniel has write access to item d9177f57-e0ef-4731-8740-5b0259a654ce.vcf
2015-08-26 14:03:07,343 - DEBUG: Daniel has read access to item 4567b399-d72a-4c1c-a599-a2d67225059b.vcf
2015-08-26 14:03:07,346 - DEBUG: Daniel has write access to item 4567b399-d72a-4c1c-a599-a2d67225059b.vcf
2015-08-26 14:03:07,349 - DEBUG: Daniel has read access to item ad5094d4-2810-45f6-9a86-584c98fd62cb.vcf
2015-08-26 14:03:07,352 - DEBUG: Daniel has write access to item ad5094d4-2810-45f6-9a86-584c98fd62cb.vcf
2015-08-26 14:03:07,355 - DEBUG: Daniel has read access to item b807c2a0-f7ed-45c2-ba44-61c35f0eefc4.vcf
2015-08-26 14:03:07,358 - DEBUG: Daniel has write access to item b807c2a0-f7ed-45c2-ba44-61c35f0eefc4.vcf
2015-08-26 14:03:07,360 - DEBUG: Daniel has read access to item 186f6e3a-feed-42d5-8045-02393dde56c0.vcf
2015-08-26 14:03:07,363 - DEBUG: Daniel has write access to item 186f6e3a-feed-42d5-8045-02393dde56c0.vcf
2015-08-26 14:03:07,366 - DEBUG: Daniel has read access to item ca68d7ae-a758-4a06-9c48-a16f81468609.vcf
2015-08-26 14:03:07,369 - DEBUG: Daniel has write access to item ca68d7ae-a758-4a06-9c48-a16f81468609.vcf
2015-08-26 14:03:07,372 - DEBUG: Daniel has read access to item 1de45ba9-0c20-4ffc-afd7-b57ab94d267c.vcf
2015-08-26 14:03:07,375 - DEBUG: Daniel has write access to item 1de45ba9-0c20-4ffc-afd7-b57ab94d267c.vcf
2015-08-26 14:03:07,378 - DEBUG: Daniel has read access to item 736b3cd9-0b4e-4d6d-af28-fef615bd34a3.vcf
2015-08-26 14:03:07,380 - DEBUG: Daniel has write access to item 736b3cd9-0b4e-4d6d-af28-fef615bd34a3.vcf
2015-08-26 14:03:07,383 - DEBUG: Daniel has read access to item efb742f1-8e56-47fb-a430-3c5e15565197.vcf
2015-08-26 14:03:07,386 - DEBUG: Daniel has write access to item efb742f1-8e56-47fb-a430-3c5e15565197.vcf
2015-08-26 14:03:07,389 - DEBUG: Daniel has read access to item 0857f9e4-d716-461e-9b60-cd43119a5f04.vcf
2015-08-26 14:03:07,392 - DEBUG: Daniel has write access to item 0857f9e4-d716-461e-9b60-cd43119a5f04.vcf
2015-08-26 14:03:07,395 - DEBUG: Daniel has read access to item 10aac75c-ba60-484c-b23b-14819ae45790.vcf
2015-08-26 14:03:07,398 - DEBUG: Daniel has write access to item 10aac75c-ba60-484c-b23b-14819ae45790.vcf
2015-08-26 14:03:07,401 - DEBUG: Daniel has read access to item f646cccc-2194-4694-92ef-db3705009c53.vcf
2015-08-26 14:03:07,403 - DEBUG: Daniel has write access to item f646cccc-2194-4694-92ef-db3705009c53.vcf
2015-08-26 14:03:07,406 - DEBUG: Daniel has read access to item 2a037952-f4f6-4faa-80f3-7f5cd3359a57.vcf
2015-08-26 14:03:07,409 - DEBUG: Daniel has write access to item 2a037952-f4f6-4faa-80f3-7f5cd3359a57.vcf
2015-08-26 14:03:07,412 - DEBUG: Daniel has read access to item 6e8e6433-58f3-4709-8110-969d7cf7c099.vcf
2015-08-26 14:03:07,415 - DEBUG: Daniel has write access to item 6e8e6433-58f3-4709-8110-969d7cf7c099.vcf
2015-08-26 14:03:07,418 - DEBUG: Daniel has read access to item f6596f9b-2c8b-4075-a6ec-289caf5ea4e4.vcf
2015-08-26 14:03:07,421 - DEBUG: Daniel has write access to item f6596f9b-2c8b-4075-a6ec-289caf5ea4e4.vcf
2015-08-26 14:03:07,424 - DEBUG: Daniel has read access to item 0fc14e18-0103-4589-b21a-c6f63f14229b.vcf
2015-08-26 14:03:07,427 - DEBUG: Daniel has write access to item 0fc14e18-0103-4589-b21a-c6f63f14229b.vcf
2015-08-26 14:03:07,429 - DEBUG: Daniel has read access to item 74400dd0-1b21-4022-a814-819a99533471.vcf
2015-08-26 14:03:07,432 - DEBUG: Daniel has write access to item 74400dd0-1b21-4022-a814-819a99533471.vcf
2015-08-26 14:03:07,435 - DEBUG: Daniel has read access to item 5392b328-916f-4c7f-889e-7bc6a7dbcc6b.vcf
2015-08-26 14:03:07,438 - DEBUG: Daniel has write access to item 5392b328-916f-4c7f-889e-7bc6a7dbcc6b.vcf
2015-08-26 14:03:07,441 - DEBUG: Daniel has read access to item 0c2f97d1-6d18-467d-8e88-ad737c511b30.vcf
2015-08-26 14:03:07,444 - DEBUG: Daniel has write access to item 0c2f97d1-6d18-467d-8e88-ad737c511b30.vcf
2015-08-26 14:03:07,447 - DEBUG: Daniel has read access to item 5bc7f3f3-8bd6-4d0d-a02f-c3088aed15c6.vcf
2015-08-26 14:03:07,450 - DEBUG: Daniel has write access to item 5bc7f3f3-8bd6-4d0d-a02f-c3088aed15c6.vcf
2015-08-26 14:03:07,452 - DEBUG: Daniel has read access to item cd13e7b3-f315-44ef-8c16-5c484902d458.vcf
2015-08-26 14:03:07,455 - DEBUG: Daniel has write access to item cd13e7b3-f315-44ef-8c16-5c484902d458.vcf
2015-08-26 14:03:07,458 - DEBUG: Daniel has read access to item ebce3ae3-bc8d-44e4-a215-0b45c8e42597.vcf
2015-08-26 14:03:07,461 - DEBUG: Daniel has write access to item ebce3ae3-bc8d-44e4-a215-0b45c8e42597.vcf
2015-08-26 14:03:07,464 - DEBUG: Daniel has read access to item f93f3cc3-f0ad-4911-915b-fe5c2960a3e1.vcf
2015-08-26 14:03:07,467 - DEBUG: Daniel has write access to item f93f3cc3-f0ad-4911-915b-fe5c2960a3e1.vcf
2015-08-26 14:03:07,470 - DEBUG: Daniel has read access to item 040501c0-a401-47f5-8030-aac96cb98bda.vcf
2015-08-26 14:03:07,473 - DEBUG: Daniel has write access to item 040501c0-a401-47f5-8030-aac96cb98bda.vcf
2015-08-26 14:03:07,476 - DEBUG: Daniel has read access to item 1a32cce5-12ce-4a9c-a47c-67cb5c864c19.vcf
2015-08-26 14:03:07,478 - DEBUG: Daniel has write access to item 1a32cce5-12ce-4a9c-a47c-67cb5c864c19.vcf
2015-08-26 14:03:07,481 - DEBUG: Daniel has read access to item bbef5c50-c4c7-4fbf-8f7e-a28411d8eaa4.vcf
2015-08-26 14:03:07,484 - DEBUG: Daniel has write access to item bbef5c50-c4c7-4fbf-8f7e-a28411d8eaa4.vcf
2015-08-26 14:03:07,487 - DEBUG: Daniel has read access to item 524e5277-1b60-45dd-b06a-94650e8658d5.vcf
2015-08-26 14:03:07,490 - DEBUG: Daniel has write access to item 524e5277-1b60-45dd-b06a-94650e8658d5.vcf
2015-08-26 14:03:07,493 - DEBUG: Daniel has read access to item e0163b7c-c146-4891-8a26-1f3effc219fa.vcf
2015-08-26 14:03:07,496 - DEBUG: Daniel has write access to item e0163b7c-c146-4891-8a26-1f3effc219fa.vcf
2015-08-26 14:03:07,499 - DEBUG: Daniel has read access to item 045909f6-0e54-4e68-b455-256e428eb471.vcf
2015-08-26 14:03:07,501 - DEBUG: Daniel has write access to item 045909f6-0e54-4e68-b455-256e428eb471.vcf
2015-08-26 14:03:07,504 - DEBUG: Daniel has read access to item d909fe64-9beb-4815-8b4c-b14527cb550e.vcf
2015-08-26 14:03:07,507 - DEBUG: Daniel has write access to item d909fe64-9beb-4815-8b4c-b14527cb550e.vcf
2015-08-26 14:03:07,510 - DEBUG: Daniel has read access to item 47fc329e-c43b-4e14-80c8-e3f3c4adb60e.vcf
2015-08-26 14:03:07,513 - DEBUG: Daniel has write access to item 47fc329e-c43b-4e14-80c8-e3f3c4adb60e.vcf
2015-08-26 14:03:07,516 - DEBUG: Daniel has read access to item f8552ac2-9462-492c-834a-abcd98b2e1fa.vcf
2015-08-26 14:03:07,519 - DEBUG: Daniel has write access to item f8552ac2-9462-492c-834a-abcd98b2e1fa.vcf
2015-08-26 14:03:07,522 - DEBUG: Daniel has read access to item b2af9bca-f4d1-489e-8e57-878dd5e9a03e.vcf
2015-08-26 14:03:07,525 - DEBUG: Daniel has write access to item b2af9bca-f4d1-489e-8e57-878dd5e9a03e.vcf
2015-08-26 14:03:07,528 - DEBUG: Daniel has read access to item af958f20-4916-4610-984d-6519867e6b9d.vcf
2015-08-26 14:03:07,531 - DEBUG: Daniel has write access to item af958f20-4916-4610-984d-6519867e6b9d.vcf
2015-08-26 14:03:07,533 - DEBUG: Daniel has read access to item 1ed3f500-9d0c-461b-9468-64cb0e8a9ab4.vcf
2015-08-26 14:03:07,536 - DEBUG: Daniel has write access to item 1ed3f500-9d0c-461b-9468-64cb0e8a9ab4.vcf
2015-08-26 14:03:07,539 - DEBUG: Daniel has read access to item d5241c50-32bb-4ec3-bacf-1bdf0c1b8028.vcf
2015-08-26 14:03:07,542 - DEBUG: Daniel has write access to item d5241c50-32bb-4ec3-bacf-1bdf0c1b8028.vcf
2015-08-26 14:03:07,545 - DEBUG: Daniel has read access to item 03d89e01-b169-4e50-be6d-17ea606126a0.vcf
2015-08-26 14:03:07,548 - DEBUG: Daniel has write access to item 03d89e01-b169-4e50-be6d-17ea606126a0.vcf
2015-08-26 14:03:07,551 - DEBUG: Daniel has read access to item ba8ef533-f8fd-4d23-a618-371bcc31cdae.vcf
2015-08-26 14:03:07,554 - DEBUG: Daniel has write access to item ba8ef533-f8fd-4d23-a618-371bcc31cdae.vcf
2015-08-26 14:03:07,557 - DEBUG: Daniel has read access to item e6a5850b-8ac4-4d51-b98b-16478b81a6c2.vcf
2015-08-26 14:03:07,559 - DEBUG: Daniel has write access to item e6a5850b-8ac4-4d51-b98b-16478b81a6c2.vcf
2015-08-26 14:03:07,562 - DEBUG: Daniel has read access to item 5675eb22-1887-45ad-9a98-2fc25aa3c9f0.vcf
2015-08-26 14:03:07,565 - DEBUG: Daniel has write access to item 5675eb22-1887-45ad-9a98-2fc25aa3c9f0.vcf
2015-08-26 14:03:07,568 - DEBUG: Daniel has read access to item bfcf6e8c-bfec-4d1f-aa0c-82a22257c37b.vcf
2015-08-26 14:03:07,571 - DEBUG: Daniel has write access to item bfcf6e8c-bfec-4d1f-aa0c-82a22257c37b.vcf
2015-08-26 14:03:07,574 - DEBUG: Daniel has read access to item 6e97f896-7496-4bbf-9028-b94f097ec12c.vcf
2015-08-26 14:03:07,577 - DEBUG: Daniel has write access to item 6e97f896-7496-4bbf-9028-b94f097ec12c.vcf
2015-08-26 14:03:07,580 - DEBUG: Daniel has read access to item c9c47e0a-6465-433a-b042-37873ab90814.vcf
2015-08-26 14:03:07,582 - DEBUG: Daniel has write access to item c9c47e0a-6465-433a-b042-37873ab90814.vcf
2015-08-26 14:03:07,586 - DEBUG: Daniel has read access to item 219b0c9c-cc98-446e-8107-26ed195540da.vcf
2015-08-26 14:03:07,588 - DEBUG: Daniel has write access to item 219b0c9c-cc98-446e-8107-26ed195540da.vcf
2015-08-26 14:03:07,591 - DEBUG: Daniel has read access to item f73e5db0-62b2-44b0-b426-a511c359592f.vcf
2015-08-26 14:03:07,594 - DEBUG: Daniel has write access to item f73e5db0-62b2-44b0-b426-a511c359592f.vcf
2015-08-26 14:03:07,597 - DEBUG: Daniel has read access to item 740c3bda-8f42-4118-b8ef-cc201a41b0ef.vcf
2015-08-26 14:03:07,600 - DEBUG: Daniel has write access to item 740c3bda-8f42-4118-b8ef-cc201a41b0ef.vcf
2015-08-26 14:03:07,603 - DEBUG: Daniel has read access to item 6aee4314-a0a0-4c76-8e23-2d41bed33176.vcf
2015-08-26 14:03:07,606 - DEBUG: Daniel has write access to item 6aee4314-a0a0-4c76-8e23-2d41bed33176.vcf
2015-08-26 14:03:07,609 - DEBUG: Daniel has read access to item f7fd708d-745f-460a-b899-7b6ae17b99ee.vcf
2015-08-26 14:03:07,611 - DEBUG: Daniel has write access to item f7fd708d-745f-460a-b899-7b6ae17b99ee.vcf
2015-08-26 14:03:07,614 - DEBUG: Daniel has read access to item 95f35963-64a7-40a7-ba3c-eefe382fab19.vcf
2015-08-26 14:03:07,617 - DEBUG: Daniel has write access to item 95f35963-64a7-40a7-ba3c-eefe382fab19.vcf
2015-08-26 14:03:07,620 - DEBUG: Daniel has read access to item c59d3f2f-2995-4e0e-b8da-4199618ca26d.vcf
2015-08-26 14:03:07,623 - DEBUG: Daniel has write access to item c59d3f2f-2995-4e0e-b8da-4199618ca26d.vcf
2015-08-26 14:03:07,626 - DEBUG: Daniel has read access to item 6cad3d7c-2a28-4d81-90c2-2ac68fadc069.vcf
2015-08-26 14:03:07,629 - DEBUG: Daniel has write access to item 6cad3d7c-2a28-4d81-90c2-2ac68fadc069.vcf
2015-08-26 14:03:07,632 - DEBUG: Daniel has read access to item 732d717b-7486-46dc-a739-98528cff07d0.vcf
2015-08-26 14:03:07,634 - DEBUG: Daniel has write access to item 732d717b-7486-46dc-a739-98528cff07d0.vcf
2015-08-26 14:03:07,637 - DEBUG: Daniel has read access to item 54ca69e7-c9c2-429b-b8ab-81bae0f80295.vcf
2015-08-26 14:03:07,640 - DEBUG: Daniel has write access to item 54ca69e7-c9c2-429b-b8ab-81bae0f80295.vcf
2015-08-26 14:03:07,643 - DEBUG: Daniel has read access to item 189a4684-ea32-4bde-a0eb-081496078dc0.vcf
2015-08-26 14:03:07,646 - DEBUG: Daniel has write access to item 189a4684-ea32-4bde-a0eb-081496078dc0.vcf
2015-08-26 14:03:07,649 - DEBUG: Daniel has read access to item f3a3148e-bbfb-47cc-af92-7348a4ea6590.vcf
2015-08-26 14:03:07,652 - DEBUG: Daniel has write access to item f3a3148e-bbfb-47cc-af92-7348a4ea6590.vcf
2015-08-26 14:03:07,655 - DEBUG: Daniel has read access to item adadd442-25f7-48b8-9af3-92dce93f8747.vcf
2015-08-26 14:03:07,658 - DEBUG: Daniel has write access to item adadd442-25f7-48b8-9af3-92dce93f8747.vcf
2015-08-26 14:03:07,661 - DEBUG: Daniel has read access to item dbc22202-840f-4bfb-a867-501fed0df0b9.vcf
2015-08-26 14:03:07,663 - DEBUG: Daniel has write access to item dbc22202-840f-4bfb-a867-501fed0df0b9.vcf
2015-08-26 14:03:07,666 - DEBUG: Daniel has read access to item 87441dba-81a5-4bf1-a8fa-d26108fa0cc7.vcf
2015-08-26 14:03:07,669 - DEBUG: Daniel has write access to item 87441dba-81a5-4bf1-a8fa-d26108fa0cc7.vcf
2015-08-26 14:03:07,672 - DEBUG: Daniel has read access to item b539542f-5e90-4005-8d27-8200f4d3c489.vcf
2015-08-26 14:03:07,675 - DEBUG: Daniel has write access to item b539542f-5e90-4005-8d27-8200f4d3c489.vcf
2015-08-26 14:03:07,678 - DEBUG: Daniel has read access to item fe3b69ef-255f-4830-9fd9-8ae6436ce14a.vcf
2015-08-26 14:03:07,681 - DEBUG: Daniel has write access to item fe3b69ef-255f-4830-9fd9-8ae6436ce14a.vcf
2015-08-26 14:03:07,684 - DEBUG: Daniel has read access to item efd5fedd-f164-488f-9452-894a70418f40.vcf
2015-08-26 14:03:07,687 - DEBUG: Daniel has write access to item efd5fedd-f164-488f-9452-894a70418f40.vcf
2015-08-26 14:03:07,689 - DEBUG: Daniel has read access to item 33b82a23-2867-423c-b381-56a610543e50.vcf
2015-08-26 14:03:07,692 - DEBUG: Daniel has write access to item 33b82a23-2867-423c-b381-56a610543e50.vcf
2015-08-26 14:03:07,695 - DEBUG: Daniel has read access to item 2980a26c-65e0-443e-af98-2d794ed119d4.vcf
2015-08-26 14:03:07,698 - DEBUG: Daniel has write access to item 2980a26c-65e0-443e-af98-2d794ed119d4.vcf
2015-08-26 14:03:07,701 - DEBUG: Daniel has read access to item 12e9ac98-40eb-441b-8f8c-d3c57a9f5d2d.vcf
2015-08-26 14:03:07,704 - DEBUG: Daniel has write access to item 12e9ac98-40eb-441b-8f8c-d3c57a9f5d2d.vcf
2015-08-26 14:03:07,707 - DEBUG: Daniel has read access to item 072c1f66-d8ed-40e1-96e0-f0d2e2dcd973.vcf
2015-08-26 14:03:07,710 - DEBUG: Daniel has write access to item 072c1f66-d8ed-40e1-96e0-f0d2e2dcd973.vcf
2015-08-26 14:03:07,712 - DEBUG: Daniel has read access to item d25292c0-2af9-49f3-bee0-097161fc0812.vcf
2015-08-26 14:03:07,715 - DEBUG: Daniel has write access to item d25292c0-2af9-49f3-bee0-097161fc0812.vcf
2015-08-26 14:03:07,718 - DEBUG: Daniel has read access to item ca1725b0-848c-4ce9-a0e2-d2e1f80ca7be.vcf
2015-08-26 14:03:07,721 - DEBUG: Daniel has write access to item ca1725b0-848c-4ce9-a0e2-d2e1f80ca7be.vcf
2015-08-26 14:03:07,724 - DEBUG: Daniel has read access to item cb69e789-1f01-4378-97f4-3905800d6668.vcf
2015-08-26 14:03:07,727 - DEBUG: Daniel has write access to item cb69e789-1f01-4378-97f4-3905800d6668.vcf
2015-08-26 14:03:07,730 - DEBUG: Daniel has read access to item 9faae7c5-2b07-4424-bef0-619f9e56c79b.vcf
2015-08-26 14:03:07,733 - DEBUG: Daniel has write access to item 9faae7c5-2b07-4424-bef0-619f9e56c79b.vcf
2015-08-26 14:03:07,736 - DEBUG: Daniel has read access to item 13fa7adf-4416-4126-8458-9129b1e9ac58.vcf
2015-08-26 14:03:07,739 - DEBUG: Daniel has write access to item 13fa7adf-4416-4126-8458-9129b1e9ac58.vcf
2015-08-26 14:03:07,741 - DEBUG: Daniel has read access to item 85305745-faaa-4aa2-95d9-f748088cf252.vcf
2015-08-26 14:03:07,744 - DEBUG: Daniel has write access to item 85305745-faaa-4aa2-95d9-f748088cf252.vcf
2015-08-26 14:03:07,747 - DEBUG: Daniel has read access to item 47fbb3f5-93ac-497d-8023-18efdf53346c.vcf
2015-08-26 14:03:07,750 - DEBUG: Daniel has write access to item 47fbb3f5-93ac-497d-8023-18efdf53346c.vcf
2015-08-26 14:03:07,753 - DEBUG: Daniel has read access to item fe1e30f7-780d-457a-b84f-628ebdaf699f.vcf
2015-08-26 14:03:07,756 - DEBUG: Daniel has write access to item fe1e30f7-780d-457a-b84f-628ebdaf699f.vcf
2015-08-26 14:03:07,759 - DEBUG: Daniel has read access to item 1802bc57-e405-4150-ae93-015be91cd462.vcf
2015-08-26 14:03:07,762 - DEBUG: Daniel has write access to item 1802bc57-e405-4150-ae93-015be91cd462.vcf
2015-08-26 14:03:07,765 - DEBUG: Daniel has read access to item ad884ae0-7099-4e94-bc10-49386a40bcef.vcf
2015-08-26 14:03:07,768 - DEBUG: Daniel has write access to item ad884ae0-7099-4e94-bc10-49386a40bcef.vcf
2015-08-26 14:03:07,770 - DEBUG: Daniel has read access to item 07eb55cb-e246-4d44-bf15-d416d80de869.vcf
2015-08-26 14:03:07,773 - DEBUG: Daniel has write access to item 07eb55cb-e246-4d44-bf15-d416d80de869.vcf
2015-08-26 14:03:07,776 - DEBUG: Daniel has read access to item 69b4341e-820e-40af-8839-6a40c14d1ded.vcf
2015-08-26 14:03:07,779 - DEBUG: Daniel has write access to item 69b4341e-820e-40af-8839-6a40c14d1ded.vcf
2015-08-26 14:03:07,782 - DEBUG: Daniel has read access to item 12a1809c-936d-4063-8038-55284ca16ced.vcf
2015-08-26 14:03:07,785 - DEBUG: Daniel has write access to item 12a1809c-936d-4063-8038-55284ca16ced.vcf
2015-08-26 14:03:07,788 - DEBUG: Daniel has read access to item 9bb475f7-af1a-4014-b66b-1ee1c9ab1be6.vcf
2015-08-26 14:03:07,791 - DEBUG: Daniel has write access to item 9bb475f7-af1a-4014-b66b-1ee1c9ab1be6.vcf
2015-08-26 14:03:07,794 - DEBUG: Daniel has read access to item 54d6fbab-3049-40f6-b33e-beb2114e2eb1.vcf
2015-08-26 14:03:07,796 - DEBUG: Daniel has write access to item 54d6fbab-3049-40f6-b33e-beb2114e2eb1.vcf
2015-08-26 14:03:07,799 - DEBUG: Daniel has read access to item 03040afb-8173-410d-b50a-65c886def527.vcf
2015-08-26 14:03:07,802 - DEBUG: Daniel has write access to item 03040afb-8173-410d-b50a-65c886def527.vcf
2015-08-26 14:03:07,805 - DEBUG: Daniel has read access to item a09292ab-abe7-4c4d-9250-3813bfded16c.vcf
2015-08-26 14:03:07,808 - DEBUG: Daniel has write access to item a09292ab-abe7-4c4d-9250-3813bfded16c.vcf
2015-08-26 14:03:07,811 - DEBUG: Daniel has read access to item deae1495-bd69-46c1-8524-7312103d2126.vcf
2015-08-26 14:03:07,814 - DEBUG: Daniel has write access to item deae1495-bd69-46c1-8524-7312103d2126.vcf
2015-08-26 14:03:07,817 - DEBUG: Daniel has read access to item 25813500-8f15-4e2c-83eb-f991b7db05e1.vcf
2015-08-26 14:03:07,819 - DEBUG: Daniel has write access to item 25813500-8f15-4e2c-83eb-f991b7db05e1.vcf
2015-08-26 14:03:07,822 - DEBUG: Daniel has read access to item 1b5fb1c1-9851-4eef-a0f1-5f35539325e8.vcf
2015-08-26 14:03:07,825 - DEBUG: Daniel has write access to item 1b5fb1c1-9851-4eef-a0f1-5f35539325e8.vcf
2015-08-26 14:03:07,828 - DEBUG: Daniel has read access to item b51c95b3-9324-405c-b03e-946395acc981.vcf
2015-08-26 14:03:07,831 - DEBUG: Daniel has write access to item b51c95b3-9324-405c-b03e-946395acc981.vcf
2015-08-26 14:03:07,834 - DEBUG: Daniel has read access to item 2b2884f6-fd93-4d1f-9d9d-2980e18ba8f2.vcf
2015-08-26 14:03:07,837 - DEBUG: Daniel has write access to item 2b2884f6-fd93-4d1f-9d9d-2980e18ba8f2.vcf
2015-08-26 14:03:07,840 - DEBUG: Daniel has read access to item ac7a0b69-51c4-42e1-bb96-c5b230fe35fd.vcf
2015-08-26 14:03:07,842 - DEBUG: Daniel has write access to item ac7a0b69-51c4-42e1-bb96-c5b230fe35fd.vcf
2015-08-26 14:03:07,845 - DEBUG: Daniel has read access to item 266cf356-de78-4b08-87d6-f932135e37df.vcf
2015-08-26 14:03:07,848 - DEBUG: Daniel has write access to item 266cf356-de78-4b08-87d6-f932135e37df.vcf
2015-08-26 14:03:07,851 - DEBUG: Daniel has read access to item 4850705d-0159-4136-b81f-85559c7f16bc.vcf
2015-08-26 14:03:07,854 - DEBUG: Daniel has write access to item 4850705d-0159-4136-b81f-85559c7f16bc.vcf
2015-08-26 14:03:07,857 - DEBUG: Daniel has read access to item 09b27b4f-c89b-4aad-aed3-29ec75d9b336.vcf
2015-08-26 14:03:07,860 - DEBUG: Daniel has write access to item 09b27b4f-c89b-4aad-aed3-29ec75d9b336.vcf
2015-08-26 14:03:07,863 - DEBUG: Daniel has read access to item 35feb771-3801-4f23-8e41-049ff5cb52b6.vcf
2015-08-26 14:03:07,866 - DEBUG: Daniel has write access to item 35feb771-3801-4f23-8e41-049ff5cb52b6.vcf
2015-08-26 14:03:07,869 - DEBUG: Daniel has read access to item 28ed2340-128e-4d54-be67-2ab821e3cd85.vcf
2015-08-26 14:03:07,872 - DEBUG: Daniel has write access to item 28ed2340-128e-4d54-be67-2ab821e3cd85.vcf
2015-08-26 14:03:07,874 - DEBUG: Daniel has read access to item 996931ff-805d-4556-8b2d-d13decc638e4.vcf
2015-08-26 14:03:07,877 - DEBUG: Daniel has write access to item 996931ff-805d-4556-8b2d-d13decc638e4.vcf
2015-08-26 14:03:07,880 - DEBUG: Daniel has read access to item 3f55d712-c9e9-43d7-bb15-8bc50abf9da4.vcf
2015-08-26 14:03:07,883 - DEBUG: Daniel has write access to item 3f55d712-c9e9-43d7-bb15-8bc50abf9da4.vcf
2015-08-26 14:03:07,886 - DEBUG: Daniel has read access to item 646e101f-0e99-46e6-a76d-34120430ec29.vcf
2015-08-26 14:03:07,889 - DEBUG: Daniel has write access to item 646e101f-0e99-46e6-a76d-34120430ec29.vcf
2015-08-26 14:03:07,892 - DEBUG: Daniel has read access to item b8fcc9cf-9bb0-4d66-9341-181e7542fcc5.vcf
2015-08-26 14:03:07,894 - DEBUG: Daniel has write access to item b8fcc9cf-9bb0-4d66-9341-181e7542fcc5.vcf
2015-08-26 14:03:07,897 - DEBUG: Daniel has read access to item 6cc8a210-5a6f-4b81-bfbf-7037f3fe93cb.vcf
2015-08-26 14:03:07,900 - DEBUG: Daniel has write access to item 6cc8a210-5a6f-4b81-bfbf-7037f3fe93cb.vcf
2015-08-26 14:03:07,903 - DEBUG: Daniel has read access to item a24986b4-6f53-42b1-afd9-9a1f18a0784c.vcf
2015-08-26 14:03:07,906 - DEBUG: Daniel has write access to item a24986b4-6f53-42b1-afd9-9a1f18a0784c.vcf
2015-08-26 14:03:07,909 - DEBUG: Daniel has read access to item c8017a0e-f2f5-4894-bb59-4526d5ec2731.vcf
2015-08-26 14:03:07,912 - DEBUG: Daniel has write access to item c8017a0e-f2f5-4894-bb59-4526d5ec2731.vcf
2015-08-26 14:03:07,915 - DEBUG: Daniel has read access to item 94d051bc-b29d-48cb-b431-da291e25a5c2.vcf
2015-08-26 14:03:07,918 - DEBUG: Daniel has write access to item 94d051bc-b29d-48cb-b431-da291e25a5c2.vcf
2015-08-26 14:03:07,920 - DEBUG: Daniel has read access to item 0ad59d14-da47-4265-9db2-8696957ed804.vcf
2015-08-26 14:03:07,923 - DEBUG: Daniel has write access to item 0ad59d14-da47-4265-9db2-8696957ed804.vcf
2015-08-26 14:03:07,926 - DEBUG: Daniel has read access to item 6c9fc30d-24f7-4f46-afa8-e8ac56f3dd02.vcf
2015-08-26 14:03:07,929 - DEBUG: Daniel has write access to item 6c9fc30d-24f7-4f46-afa8-e8ac56f3dd02.vcf
2015-08-26 14:03:07,932 - DEBUG: Daniel has read access to item aa334c92-6e3d-4137-bb31-1fbc2c69d0a4.vcf
2015-08-26 14:03:07,935 - DEBUG: Daniel has write access to item aa334c92-6e3d-4137-bb31-1fbc2c69d0a4.vcf
2015-08-26 14:03:07,938 - DEBUG: Daniel has read access to item e2a513a0-6cdb-49e0-bfe1-6bb48f509481.vcf
2015-08-26 14:03:07,941 - DEBUG: Daniel has write access to item e2a513a0-6cdb-49e0-bfe1-6bb48f509481.vcf
2015-08-26 14:03:07,944 - DEBUG: Daniel has read access to item f3bd2f76-65e0-4773-8490-440403400b90.vcf
2015-08-26 14:03:07,947 - DEBUG: Daniel has write access to item f3bd2f76-65e0-4773-8490-440403400b90.vcf
2015-08-26 14:03:07,949 - DEBUG: Daniel has read access to item b5cfe2d7-0ab7-4eb0-a8ad-3d954bc46fd7.vcf
2015-08-26 14:03:07,952 - DEBUG: Daniel has write access to item b5cfe2d7-0ab7-4eb0-a8ad-3d954bc46fd7.vcf
2015-08-26 14:03:07,955 - DEBUG: Daniel has read access to item 2a7536dc-fb19-4b08-8e21-a4237e3a8fd0.vcf
2015-08-26 14:03:07,958 - DEBUG: Daniel has write access to item 2a7536dc-fb19-4b08-8e21-a4237e3a8fd0.vcf
2015-08-26 14:03:07,961 - DEBUG: Daniel has read access to item d7f9e3e5-5005-41ab-9c27-4093bfe5afaf.vcf
2015-08-26 14:03:07,964 - DEBUG: Daniel has write access to item d7f9e3e5-5005-41ab-9c27-4093bfe5afaf.vcf
2015-08-26 14:03:07,967 - DEBUG: Daniel has read access to item 4c83d042-b9f6-4336-8da2-e50a15ff6ef7.vcf
2015-08-26 14:03:07,970 - DEBUG: Daniel has write access to item 4c83d042-b9f6-4336-8da2-e50a15ff6ef7.vcf
2015-08-26 14:03:07,972 - DEBUG: Daniel has read access to item 6f8d200d-e21e-4a33-813b-c27ee94dedae.vcf
2015-08-26 14:03:07,975 - DEBUG: Daniel has write access to item 6f8d200d-e21e-4a33-813b-c27ee94dedae.vcf
2015-08-26 14:03:07,978 - DEBUG: Daniel has read access to item 2372a4db-c10e-467f-9298-8d38644570ec.vcf
2015-08-26 14:03:07,981 - DEBUG: Daniel has write access to item 2372a4db-c10e-467f-9298-8d38644570ec.vcf
2015-08-26 14:03:07,984 - DEBUG: Daniel has read access to item f73b8c93-88dc-4f5f-a88c-c24b135f8b31.vcf
2015-08-26 14:03:07,987 - DEBUG: Daniel has write access to item f73b8c93-88dc-4f5f-a88c-c24b135f8b31.vcf
2015-08-26 14:03:07,990 - DEBUG: Daniel has read access to item 32046f0c-1b83-4268-ab7f-cd72d5ebb183.vcf
2015-08-26 14:03:07,993 - DEBUG: Daniel has write access to item 32046f0c-1b83-4268-ab7f-cd72d5ebb183.vcf
2015-08-26 14:03:07,996 - DEBUG: Daniel has read access to item 4d8d1087-8a8f-4248-96a6-7806246f9ee1.vcf
2015-08-26 14:03:07,998 - DEBUG: Daniel has write access to item 4d8d1087-8a8f-4248-96a6-7806246f9ee1.vcf
2015-08-26 14:03:08,001 - DEBUG: Daniel has read access to item 48a74cb8-8f0b-4db5-a599-b07ee77cdd19.vcf
2015-08-26 14:03:08,004 - DEBUG: Daniel has write access to item 48a74cb8-8f0b-4db5-a599-b07ee77cdd19.vcf
2015-08-26 14:03:08,007 - DEBUG: Daniel has read access to item fb7566da-38b8-422f-9bbd-cbb55c979bcd.vcf
2015-08-26 14:03:08,010 - DEBUG: Daniel has write access to item fb7566da-38b8-422f-9bbd-cbb55c979bcd.vcf
2015-08-26 14:03:08,013 - DEBUG: Daniel has read access to item 06ef0a65-2aae-46c9-a4d4-195f0c1df053.vcf
2015-08-26 14:03:08,016 - DEBUG: Daniel has write access to item 06ef0a65-2aae-46c9-a4d4-195f0c1df053.vcf
2015-08-26 14:03:08,019 - DEBUG: Daniel has read access to item b489dd1c-e558-4922-8fcf-e88127df5a91.vcf
2015-08-26 14:03:08,021 - DEBUG: Daniel has write access to item b489dd1c-e558-4922-8fcf-e88127df5a91.vcf
2015-08-26 14:03:08,024 - DEBUG: Daniel has read access to item 22f94d3f-4862-458a-b35b-c670fb3a569d.vcf
2015-08-26 14:03:08,027 - DEBUG: Daniel has write access to item 22f94d3f-4862-458a-b35b-c670fb3a569d.vcf
2015-08-26 14:03:08,030 - DEBUG: Daniel has read access to item ff474538-c093-4286-be66-7cbac3a7075b.vcf
2015-08-26 14:03:08,033 - DEBUG: Daniel has write access to item ff474538-c093-4286-be66-7cbac3a7075b.vcf
2015-08-26 14:03:08,036 - DEBUG: Daniel has read access to item 873e3d62-3604-4cba-95e0-1db58e393f50.vcf
2015-08-26 14:03:08,039 - DEBUG: Daniel has write access to item 873e3d62-3604-4cba-95e0-1db58e393f50.vcf
2015-08-26 14:03:08,042 - DEBUG: Daniel has read access to item f1fbc85c-7f03-489c-ba90-1b1274b2404b.vcf
2015-08-26 14:03:08,045 - DEBUG: Daniel has write access to item f1fbc85c-7f03-489c-ba90-1b1274b2404b.vcf
2015-08-26 14:03:08,048 - DEBUG: Daniel has read access to item 9e80f967-145a-433f-80f0-8138f0028c9a.vcf
2015-08-26 14:03:08,051 - DEBUG: Daniel has write access to item 9e80f967-145a-433f-80f0-8138f0028c9a.vcf
2015-08-26 14:03:08,053 - DEBUG: Daniel has read access to item f011b7d1-6c96-4194-8a72-9406277658c8.vcf
2015-08-26 14:03:08,056 - DEBUG: Daniel has write access to item f011b7d1-6c96-4194-8a72-9406277658c8.vcf
2015-08-26 14:03:08,059 - DEBUG: Daniel has read access to item 70503806-05fb-4e77-a12d-6c9b7bd1fda4.vcf
2015-08-26 14:03:08,062 - DEBUG: Daniel has write access to item 70503806-05fb-4e77-a12d-6c9b7bd1fda4.vcf
2015-08-26 14:03:08,065 - DEBUG: Daniel has read access to item a396d5b4-2d3c-4bdd-b2c1-aad0a8db6f15.vcf
2015-08-26 14:03:08,068 - DEBUG: Daniel has write access to item a396d5b4-2d3c-4bdd-b2c1-aad0a8db6f15.vcf
2015-08-26 14:03:08,071 - DEBUG: Daniel has read access to item 5ac776f3-91ea-4da4-8ada-1f264f3270ab.vcf
2015-08-26 14:03:08,074 - DEBUG: Daniel has write access to item 5ac776f3-91ea-4da4-8ada-1f264f3270ab.vcf
2015-08-26 14:03:08,077 - DEBUG: Daniel has read access to item 70a10679-b00f-468c-8d62-a9dc1cbd575c.vcf
2015-08-26 14:03:08,080 - DEBUG: Daniel has write access to item 70a10679-b00f-468c-8d62-a9dc1cbd575c.vcf
2015-08-26 14:03:08,082 - DEBUG: Daniel has read access to item bfe47bdf-3621-4984-9265-4c085197be8a.vcf
2015-08-26 14:03:08,085 - DEBUG: Daniel has write access to item bfe47bdf-3621-4984-9265-4c085197be8a.vcf
2015-08-26 14:03:08,088 - DEBUG: Daniel has read access to item 6a0881b7-42be-415d-ba49-1e5728416a3c.vcf
2015-08-26 14:03:08,091 - DEBUG: Daniel has write access to item 6a0881b7-42be-415d-ba49-1e5728416a3c.vcf
2015-08-26 14:03:08,094 - DEBUG: Daniel has read access to item 719ab03c-c8d5-4456-b79b-a688b10b4e8b.vcf
2015-08-26 14:03:08,097 - DEBUG: Daniel has write access to item 719ab03c-c8d5-4456-b79b-a688b10b4e8b.vcf
2015-08-26 14:03:08,100 - DEBUG: Daniel has read access to item 845d43e2-540d-45b0-bb16-b1d8055085ee.vcf
2015-08-26 14:03:08,103 - DEBUG: Daniel has write access to item 845d43e2-540d-45b0-bb16-b1d8055085ee.vcf
2015-08-26 14:03:08,106 - DEBUG: Daniel has read access to item 742905b9-2f8a-4eb4-aa79-a38db87e3868.vcf
2015-08-26 14:03:08,108 - DEBUG: Daniel has write access to item 742905b9-2f8a-4eb4-aa79-a38db87e3868.vcf
2015-08-26 14:03:08,111 - DEBUG: Daniel has read access to item 79afbd81-9893-4060-a550-6f7c34d0848f.vcf
2015-08-26 14:03:08,114 - DEBUG: Daniel has write access to item 79afbd81-9893-4060-a550-6f7c34d0848f.vcf
2015-08-26 14:03:08,117 - DEBUG: Daniel has read access to item caea9fd3-aa6e-4eee-a773-01eafac79d78.vcf
2015-08-26 14:03:08,120 - DEBUG: Daniel has write access to item caea9fd3-aa6e-4eee-a773-01eafac79d78.vcf
2015-08-26 14:03:08,123 - DEBUG: Daniel has read access to item 42fd56b4-711a-449e-bf2d-afd4b6cf720e.vcf
2015-08-26 14:03:08,126 - DEBUG: Daniel has write access to item 42fd56b4-711a-449e-bf2d-afd4b6cf720e.vcf
2015-08-26 14:03:08,130 - DEBUG: Daniel has read access to item 745e4158-3d37-4238-8220-0e89d4b5bcc0.vcf
2015-08-26 14:03:08,132 - DEBUG: Daniel has write access to item 745e4158-3d37-4238-8220-0e89d4b5bcc0.vcf
2015-08-26 14:03:08,135 - DEBUG: Daniel has read access to item 457f6d26-5f3c-4991-a052-25677036156f.vcf
2015-08-26 14:03:08,138 - DEBUG: Daniel has write access to item 457f6d26-5f3c-4991-a052-25677036156f.vcf
2015-08-26 14:03:08,141 - DEBUG: Daniel has read access to item b7a8bed4-faad-4536-bdc4-1b8a876f6927.vcf
2015-08-26 14:03:08,144 - DEBUG: Daniel has write access to item b7a8bed4-faad-4536-bdc4-1b8a876f6927.vcf
2015-08-26 14:03:08,147 - DEBUG: Daniel has read access to item 6dc4c1de-1003-43d0-81e4-48facddd91f5.vcf
2015-08-26 14:03:08,150 - DEBUG: Daniel has write access to item 6dc4c1de-1003-43d0-81e4-48facddd91f5.vcf
2015-08-26 14:03:08,153 - DEBUG: Daniel has read access to item ba6234ca-0fd6-4d72-9647-98a99d7cb6a6.vcf
2015-08-26 14:03:08,155 - DEBUG: Daniel has write access to item ba6234ca-0fd6-4d72-9647-98a99d7cb6a6.vcf
2015-08-26 14:03:08,158 - DEBUG: Daniel has read access to item dc38838b-ed0d-4462-a310-0ade3b596433.vcf
2015-08-26 14:03:08,161 - DEBUG: Daniel has write access to item dc38838b-ed0d-4462-a310-0ade3b596433.vcf
2015-08-26 14:03:08,164 - DEBUG: Daniel has read access to item aa6d2a43-00cb-4bf7-893e-60dc89c7cb91.vcf
2015-08-26 14:03:08,167 - DEBUG: Daniel has write access to item aa6d2a43-00cb-4bf7-893e-60dc89c7cb91.vcf
2015-08-26 14:03:08,170 - DEBUG: Daniel has read access to item b73ceed0-c97c-4620-a9fd-0ff4f45307c9.vcf
2015-08-26 14:03:08,173 - DEBUG: Daniel has write access to item b73ceed0-c97c-4620-a9fd-0ff4f45307c9.vcf
2015-08-26 14:03:08,176 - DEBUG: Daniel has read access to item cb74854e-b98d-4c60-8fba-0a2582d1d955.vcf
2015-08-26 14:03:08,179 - DEBUG: Daniel has write access to item cb74854e-b98d-4c60-8fba-0a2582d1d955.vcf
2015-08-26 14:03:08,181 - DEBUG: Daniel has read access to item ce1306b4-924e-4b90-bc35-52b49cf339ce.vcf
2015-08-26 14:03:08,184 - DEBUG: Daniel has write access to item ce1306b4-924e-4b90-bc35-52b49cf339ce.vcf
2015-08-26 14:03:08,187 - DEBUG: Daniel has read access to item 0aabe76f-0929-40e9-bf65-806c353c6cf4.vcf
2015-08-26 14:03:08,190 - DEBUG: Daniel has write access to item 0aabe76f-0929-40e9-bf65-806c353c6cf4.vcf
2015-08-26 14:03:08,193 - DEBUG: Daniel has read access to item 9b180434-891d-4623-9b12-dcd0a533c72f.vcf
2015-08-26 14:03:08,196 - DEBUG: Daniel has write access to item 9b180434-891d-4623-9b12-dcd0a533c72f.vcf
2015-08-26 14:03:08,199 - DEBUG: Daniel has read access to item 9c3fa60f-09b7-42ba-8e43-810532ce392a.vcf
2015-08-26 14:03:08,202 - DEBUG: Daniel has write access to item 9c3fa60f-09b7-42ba-8e43-810532ce392a.vcf
2015-08-26 14:03:08,205 - DEBUG: Daniel has read access to item 1c0af97e-b2d5-4be7-84ff-aacbe314a0ec.vcf
2015-08-26 14:03:08,208 - DEBUG: Daniel has write access to item 1c0af97e-b2d5-4be7-84ff-aacbe314a0ec.vcf
2015-08-26 14:03:08,210 - DEBUG: Daniel has read access to item 14282363-3d34-4391-b9ed-8c8e6e565bd3.vcf
2015-08-26 14:03:08,213 - DEBUG: Daniel has write access to item 14282363-3d34-4391-b9ed-8c8e6e565bd3.vcf
2015-08-26 14:03:08,217 - DEBUG: Request content:
<propfind xmlns="DAV:">
<prop>
<CS:getctag xmlns:CS="http://calendarserver.org/ns/"/>
<getetag/>
</prop>
</propfind>
2015-08-26 14:03:11,370 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:CS="http://calendarserver.org/ns/">
<response>
<href>/radicale/Daniel/contacts.vcf/aa334c92-6e3d-4137-bb31-1fbc2c69d0a4.vcf</href>
<propstat>
<prop>
<getetag>"5b7fb10bbce0b09497420ff67d5af16c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e405bf5e-cdb8-4054-ab29-832b6c1ef0a0.vcf</href>
<propstat>
<prop>
<getetag>"9909968dc9bd2f0feb8b2e095a9aabb8"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/47fc329e-c43b-4e14-80c8-e3f3c4adb60e.vcf</href>
<propstat>
<prop>
<getetag>"5a8ea23aafad813fce613533c4ea9cf4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/82a8cb02-e95e-4c20-981d-e62f405dd6f2.vcf</href>
<propstat>
<prop>
<getetag>"b0a8a512adea98fd296e288228b7ecfa"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ad5094d4-2810-45f6-9a86-584c98fd62cb.vcf</href>
<propstat>
<prop>
<getetag>"a5d5d41192bf4fcbfb216d19dedb586b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f73e5db0-62b2-44b0-b426-a511c359592f.vcf</href>
<propstat>
<prop>
<getetag>"3efc5f9d73610a275403444a412739db"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/70503806-05fb-4e77-a12d-6c9b7bd1fda4.vcf</href>
<propstat>
<prop>
<getetag>"55f99abb5a0581e02a84ae83148bcc47"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/646e101f-0e99-46e6-a76d-34120430ec29.vcf</href>
<propstat>
<prop>
<getetag>"6da5fba666ea6ac5980a236967620b0d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dc589f60-cedb-4bff-a162-06696b6e5b98.vcf</href>
<propstat>
<prop>
<getetag>"f1361b33887ee6184921d15fb1bbd49c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/266cf356-de78-4b08-87d6-f932135e37df.vcf</href>
<propstat>
<prop>
<getetag>"f5ace477d37f09b8b9b1469733717105"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/74400dd0-1b21-4022-a814-819a99533471.vcf</href>
<propstat>
<prop>
<getetag>"06116ff665b946038ab93cba995d6700"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ce1306b4-924e-4b90-bc35-52b49cf339ce.vcf</href>
<propstat>
<prop>
<getetag>"51df52c77a9ec87e7976042a0faebf57"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a5346d29-4f8c-4db0-b23c-4382d0a4b935.vcf</href>
<propstat>
<prop>
<getetag>"43697303e0bf43a362d862089047aad4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f93f3cc3-f0ad-4911-915b-fe5c2960a3e1.vcf</href>
<propstat>
<prop>
<getetag>"95bf2d12f13b5eaa822da06cdec04f75"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b489dd1c-e558-4922-8fcf-e88127df5a91.vcf</href>
<propstat>
<prop>
<getetag>"aca9d66df03c7b6bd95207f7f3a6e943"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/186f6e3a-feed-42d5-8045-02393dde56c0.vcf</href>
<propstat>
<prop>
<getetag>"3fe3db592baaff91ecf866b377bb5330"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d25292c0-2af9-49f3-bee0-097161fc0812.vcf</href>
<propstat>
<prop>
<getetag>"e397f56a94b979cdae2cd4650fac8d0a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/aa6d2a43-00cb-4bf7-893e-60dc89c7cb91.vcf</href>
<propstat>
<prop>
<getetag>"79f2a8eabce033c803fe30519e1d3288"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/644ecb5b-d37d-4ecf-8ca9-2cc4ed6f82ac.vcf</href>
<propstat>
<prop>
<getetag>"bd753674bb3ee80170767b2f91ebbb8c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c0a02422-4c76-4903-b843-9022e94ed609.vcf</href>
<propstat>
<prop>
<getetag>"91d3fe764492088d3f08a34b4d80d75b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a507aec7-e00a-484a-a3a4-3b0127cc6935.vcf</href>
<propstat>
<prop>
<getetag>"ffe54b588c57d29f12bf128b7142e3dd"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b9c7faaf-d4e2-4b14-aa47-a8186c642cdd.vcf</href>
<propstat>
<prop>
<getetag>"fa53ea2c146cf0dfdeb85eb3c94319f7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b3a35aef-adf7-4a8a-9005-341d9199c1a8.vcf</href>
<propstat>
<prop>
<getetag>"56d4708dbbb7a251cace1d63c390f8cc"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dc230a49-c45c-484a-90dc-4ba936e085d1.vcf</href>
<propstat>
<prop>
<getetag>"0e47a8deffba777e0de3451f0f00611a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c59d3f2f-2995-4e0e-b8da-4199618ca26d.vcf</href>
<propstat>
<prop>
<getetag>"c332dd5302f715e3969fa244e0a0f1ce"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e5adac52-4eac-45bb-99d1-c3b600500541.vcf</href>
<propstat>
<prop>
<getetag>"6b89fbc901178b1f6dd031e4d6f41df2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9e80f967-145a-433f-80f0-8138f0028c9a.vcf</href>
<propstat>
<prop>
<getetag>"e17d030cac1f9583165f1ecc7f348328"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fba0630d-95aa-4b42-9309-3417a10594ac.vcf</href>
<propstat>
<prop>
<getetag>"9da0cfbf64a72c7c05159fd0b5b642da"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b09f2afd-8a69-48dd-8aa1-c6e3ad0412d4.vcf</href>
<propstat>
<prop>
<getetag>"491bb46607a9a3653eb199672551ccaf"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f3bd2f76-65e0-4773-8490-440403400b90.vcf</href>
<propstat>
<prop>
<getetag>"e09933195e1c95e25d2674ab062f933c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/69e2f647-f4ed-422e-ba9b-7eda1c1d820a.vcf</href>
<propstat>
<prop>
<getetag>"6e0d39dc60c2dc055b71b9fdb52007fb"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dc38838b-ed0d-4462-a310-0ade3b596433.vcf</href>
<propstat>
<prop>
<getetag>"c1628088d36307d6a4e005743e550aab"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/61fd8117-83c1-4896-8116-c9d46133fad4.vcf</href>
<propstat>
<prop>
<getetag>"c9180a18952f7f4f6543a28508f0ad3e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bfcf6e8c-bfec-4d1f-aa0c-82a22257c37b.vcf</href>
<propstat>
<prop>
<getetag>"046f7870ff5216b33ba9d5395f8a7ef0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/adadd442-25f7-48b8-9af3-92dce93f8747.vcf</href>
<propstat>
<prop>
<getetag>"658aca76bc06ca3a8adab45f890eb174"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/845d43e2-540d-45b0-bb16-b1d8055085ee.vcf</href>
<propstat>
<prop>
<getetag>"60c37cfa9c748c7e73877dea6168ef0c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9356b7b4-3d1c-41c9-a59e-7e6cf116f091.vcf</href>
<propstat>
<prop>
<getetag>"4f4e141b9913a2aa934b533c7739f47b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9bebd61d-5af4-4cac-a886-8f480bdddf64.vcf</href>
<propstat>
<prop>
<getetag>"bee17ebd6f35e4089800091e48f91f8c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ba6234ca-0fd6-4d72-9647-98a99d7cb6a6.vcf</href>
<propstat>
<prop>
<getetag>"a21ae84b9f95507ecd6a33a0766b4e94"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9c3fa60f-09b7-42ba-8e43-810532ce392a.vcf</href>
<propstat>
<prop>
<getetag>"6f0858a3c97ec59a017f8e70acb66944"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0114b274-a362-4ea6-a703-b3800ac26a6b.vcf</href>
<propstat>
<prop>
<getetag>"e6e7d6d6a9466174e31e4fa05cdadf7b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8b3d0d5c-441b-426f-a6ac-dfbc6c0036ba.vcf</href>
<propstat>
<prop>
<getetag>"be104ee4aba131e55e8bc857cb2d91ff"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d884a74d-6e51-4ba2-8802-0b32c2293d3d.vcf</href>
<propstat>
<prop>
<getetag>"af00bb22b5edab38136726be9a816af8"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4cf76daa-ae8e-43d7-bc1b-a216881b2d13.vcf</href>
<propstat>
<prop>
<getetag>"1c2846f9119b955b7df51fa1356d345d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2a1a4c96-c5f3-48e0-b6f7-48965ab5b067.vcf</href>
<propstat>
<prop>
<getetag>"62ab5e80ef21c6b520d1d3ada0080fe0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/02ab41e3-6434-42cb-a9bf-49d50f8d22f7.vcf</href>
<propstat>
<prop>
<getetag>"0e4fbd3a1e4b8b1506542f514c3b9a8f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/35ab90f7-2004-400c-992c-ef818162790e.vcf</href>
<propstat>
<prop>
<getetag>"aa40f919c18721eafed12289fb69f652"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0c2f97d1-6d18-467d-8e88-ad737c511b30.vcf</href>
<propstat>
<prop>
<getetag>"8ea675ea6c7aab8438e8b7b63ad3c43c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/</href>
<propstat>
<prop>
<CS:getctag>"c1404d1f9da31d6e13fa2599620475a1"</CS:getctag>
<getetag>"c1404d1f9da31d6e13fa2599620475a1"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/3f55d712-c9e9-43d7-bb15-8bc50abf9da4.vcf</href>
<propstat>
<prop>
<getetag>"98673c9f6d6b9f9ef375513eec436b7e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5675eb22-1887-45ad-9a98-2fc25aa3c9f0.vcf</href>
<propstat>
<prop>
<getetag>"c0265de9c7a25164a26744222d92421f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/354dbb4b-a68d-4fb5-8955-0956cd32090c.vcf</href>
<propstat>
<prop>
<getetag>"480331e8d7447be68a103be8b3a3ba5b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5a224ad4-db2b-4148-898f-82d67f301ef7.vcf</href>
<propstat>
<prop>
<getetag>"6993acb4cfe3cc42c261ab1b3a7d7abd"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/7f8f6c0a-f88d-4d17-8098-f7d2ca2057f4.vcf</href>
<propstat>
<prop>
<getetag>"b604af3b42af77a4c865ae61b261ee51"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/47fbb3f5-93ac-497d-8023-18efdf53346c.vcf</href>
<propstat>
<prop>
<getetag>"859e0d26ef98bd70edaf59f19e24f573"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c82f6287-1d72-4492-9a76-1b6e900ddb54.vcf</href>
<propstat>
<prop>
<getetag>"f9973922ba9f32b886b0e9bd3a42633c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f6596f9b-2c8b-4075-a6ec-289caf5ea4e4.vcf</href>
<propstat>
<prop>
<getetag>"59c35fea6ebd86c5196ebe4457241b8b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/42fd56b4-711a-449e-bf2d-afd4b6cf720e.vcf</href>
<propstat>
<prop>
<getetag>"57ca2a860fbe1763252aaaeb13e4218b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8e0e5ee6-a45d-48b1-b1f7-3faedd3d10b4.vcf</href>
<propstat>
<prop>
<getetag>"2fad85ca280f2a88c748a3ed90bb6c04"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b73ceed0-c97c-4620-a9fd-0ff4f45307c9.vcf</href>
<propstat>
<prop>
<getetag>"457cc1aa6352a4e973699a250975c79d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/3f4a7a8c-e6b3-4b38-b371-c7cfcf432e91.vcf</href>
<propstat>
<prop>
<getetag>"7c5b70634040213a4d19dd09bd4b76ad"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/caff7735-f883-4f7f-a496-940a44d53411.vcf</href>
<propstat>
<prop>
<getetag>"c4807ec428259954cedded9c35e9e75e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/082ffa9e-ffa9-478b-b873-66915b47c0a1.vcf</href>
<propstat>
<prop>
<getetag>"f194df1bea9ab6eb383e07b9acbe3005"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/757bc8b6-f46a-44ca-84b4-5add30361d48.vcf</href>
<propstat>
<prop>
<getetag>"6752af98d66121daee81cd622313147f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e0e9abc6-4ff9-4859-bd78-47d1caf95951.vcf</href>
<propstat>
<prop>
<getetag>"f023fdd2342897922c725caf740d5f25"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e1b6e813-a862-45d1-9208-90f3bfe973e2.vcf</href>
<propstat>
<prop>
<getetag>"f39224ad2d5cd0db171eff516715cd4c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/29f941e5-d457-402a-8128-b4999ac62a72.vcf</href>
<propstat>
<prop>
<getetag>"c7c27869f0e0b82d0fb4d91afd371bf0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a34b4d34-6998-45c9-bb7f-476f987b0ad6.vcf</href>
<propstat>
<prop>
<getetag>"a82d017b1e0e866eb1b9b284b19f324f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ab80be9a-2c8f-40cb-9945-e6cba649519b.vcf</href>
<propstat>
<prop>
<getetag>"1861458c6ccf816d2b05124869fee855"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e99edaf7-f6c8-4b70-aec3-1df1188e0e9c.vcf</href>
<propstat>
<prop>
<getetag>"a627bff8b4e8ae609e14d2fd18a43014"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1a32cce5-12ce-4a9c-a47c-67cb5c864c19.vcf</href>
<propstat>
<prop>
<getetag>"825c246a3dd929b5d41e382f8ef62cb9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1ed3f500-9d0c-461b-9468-64cb0e8a9ab4.vcf</href>
<propstat>
<prop>
<getetag>"f4bf988626b5c964628cbea8ba54e5b7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f3a3148e-bbfb-47cc-af92-7348a4ea6590.vcf</href>
<propstat>
<prop>
<getetag>"0cfe278e0ae0efe6980d2a076c1437be"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a0a46519-89eb-43ee-a2ae-6bbd59581dda.vcf</href>
<propstat>
<prop>
<getetag>"fba7b7e9890881404414012310e2e0c8"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1b5fb1c1-9851-4eef-a0f1-5f35539325e8.vcf</href>
<propstat>
<prop>
<getetag>"1f27b28dabcd038f70af75872dac0f9e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4850705d-0159-4136-b81f-85559c7f16bc.vcf</href>
<propstat>
<prop>
<getetag>"3365ed113e5b3a2d097e78e52b22ec97"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/55945dc4-d530-4817-acda-e8afb78e0e29.vcf</href>
<propstat>
<prop>
<getetag>"ef92ec6ebfeccef3e28f0e9e2906c343"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b5cfe2d7-0ab7-4eb0-a8ad-3d954bc46fd7.vcf</href>
<propstat>
<prop>
<getetag>"a87c86adc40b438d0d5e43de5a520ee4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/efd5fedd-f164-488f-9452-894a70418f40.vcf</href>
<propstat>
<prop>
<getetag>"cab2fb8a5ce3446b3850c33dc1466ef9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/94a4144a-1a39-4cf2-9eb1-f7d1acbc7fad.vcf</href>
<propstat>
<prop>
<getetag>"59adbdcf5ca3c5e8d50103b7c84f2516"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/64666dc6-bbec-4487-bf40-2d55749f3f32.vcf</href>
<propstat>
<prop>
<getetag>"279a858397796c748a5e9d75b126510e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a4c4d5b2-b707-4b80-ba98-ff1eb4800053.vcf</href>
<propstat>
<prop>
<getetag>"82bec361b247493e0c15c1d64d7c31f5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0fc14e18-0103-4589-b21a-c6f63f14229b.vcf</href>
<propstat>
<prop>
<getetag>"a2cd05bf787cae33a82a08fb7ce754a5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/524e5277-1b60-45dd-b06a-94650e8658d5.vcf</href>
<propstat>
<prop>
<getetag>"0421c0e27bbe0c8ed437249a4e38d815"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/045909f6-0e54-4e68-b455-256e428eb471.vcf</href>
<propstat>
<prop>
<getetag>"d706444407ba59063cb80420309b473c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2980a26c-65e0-443e-af98-2d794ed119d4.vcf</href>
<propstat>
<prop>
<getetag>"fa03566baa78fd04fe21642b92184194"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/35feb771-3801-4f23-8e41-049ff5cb52b6.vcf</href>
<propstat>
<prop>
<getetag>"3746b7542359b1fc5ef75160ba5271d4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/baba353b-6000-41fd-ac05-c84ecfc6b911.vcf</href>
<propstat>
<prop>
<getetag>"3b7898dba52b6d329b80808875579dca"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9d910b6c-fe48-43c7-8cb4-ce0e72ddd797.vcf</href>
<propstat>
<prop>
<getetag>"534fe32b6d85dc4fc48d522a3cbdd7ee"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/92659c8f-f9ea-486a-bf68-088d07a024dd.vcf</href>
<propstat>
<prop>
<getetag>"42799498bcd4b5fa4dd3558eec74954a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cb69e789-1f01-4378-97f4-3905800d6668.vcf</href>
<propstat>
<prop>
<getetag>"9aff0f7e8b72149d0013aa48d37f54dd"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9e609b28-07df-42a1-9a43-6cfa7583d0d1.vcf</href>
<propstat>
<prop>
<getetag>"b781e562f21757b5fbf2b0a61e009960"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/25813500-8f15-4e2c-83eb-f991b7db05e1.vcf</href>
<propstat>
<prop>
<getetag>"c464168b6fe06c85522804c54cf2f7a4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/719ab03c-c8d5-4456-b79b-a688b10b4e8b.vcf</href>
<propstat>
<prop>
<getetag>"5010e49aa25d1cc21ffd7a035c2e5360"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bc7bfc03-f88f-45b1-9842-8a2a68f06171.vcf</href>
<propstat>
<prop>
<getetag>"4da06b4452b4e9bd4fc5f024e9c69923"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b4c749fe-429a-42b2-bb57-5f45f1482251.vcf</href>
<propstat>
<prop>
<getetag>"3aa83ee5886f5a089cf6be6ad292e770"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6e8e6433-58f3-4709-8110-969d7cf7c099.vcf</href>
<propstat>
<prop>
<getetag>"954c133cd18350b0fb20007f00ccb35c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ba8ef533-f8fd-4d23-a618-371bcc31cdae.vcf</href>
<propstat>
<prop>
<getetag>"2c92c9f8619959b1f5331bc43729bcc7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9b180434-891d-4623-9b12-dcd0a533c72f.vcf</href>
<propstat>
<prop>
<getetag>"8faa158cdaec5d6025fd20a2f379f491"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bbbe0440-7db8-4693-8925-167b60ba0de8.vcf</href>
<propstat>
<prop>
<getetag>"d796b69fa4e4d7a9510e5c3a27e2773b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/65986746-33ee-4aca-9c5d-6b036b61defb.vcf</href>
<propstat>
<prop>
<getetag>"88a7025a2d1a979e52d5d697968008b6"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2ea71cd3-3210-4ff0-8a9f-6dd37dae345e.vcf</href>
<propstat>
<prop>
<getetag>"8ccf1aa9fabd99702665a4f7a2e4a98e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bb6fa7c4-46b5-4cdc-a6db-a7c9eefd86ad.vcf</href>
<propstat>
<prop>
<getetag>"7663d785906e50677166519e8ca3b329"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ebce3ae3-bc8d-44e4-a215-0b45c8e42597.vcf</href>
<propstat>
<prop>
<getetag>"e0f69bfa7dfe98eebd096092fb0cb939"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9bb475f7-af1a-4014-b66b-1ee1c9ab1be6.vcf</href>
<propstat>
<prop>
<getetag>"76d6d0c400fcb7cc3db23b4089879188"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/efb742f1-8e56-47fb-a430-3c5e15565197.vcf</href>
<propstat>
<prop>
<getetag>"fd25566255fa8bc93c45c1013b130700"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b8fcc9cf-9bb0-4d66-9341-181e7542fcc5.vcf</href>
<propstat>
<prop>
<getetag>"6706e3730c73f64eb79b7ef387ac64a0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cd13e7b3-f315-44ef-8c16-5c484902d458.vcf</href>
<propstat>
<prop>
<getetag>"968e060880e90e46343c45a107d1f0e2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/521b706f-b68b-4944-9b9d-b9bc8ca51cbb.vcf</href>
<propstat>
<prop>
<getetag>"21a5f3991e8d9c2b47322ba6639a5510"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/781dce34-c81f-4ebf-bd01-5c10078b3989.vcf</href>
<propstat>
<prop>
<getetag>"8aea52cf1270a3782648dc12cbb0d8fa"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/79afbd81-9893-4060-a550-6f7c34d0848f.vcf</href>
<propstat>
<prop>
<getetag>"90cffbaace62aa4a7a2d580793297eeb"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/740ca69d-2992-4207-a293-e54ef52939af.vcf</href>
<propstat>
<prop>
<getetag>"4d2991be6cca70812fbd5ca5c3ddf934"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4588910d-3da4-4449-9c2c-55ec8c87b739.vcf</href>
<propstat>
<prop>
<getetag>"f9c50cd4afc638800e167f894d7ebeeb"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5ac776f3-91ea-4da4-8ada-1f264f3270ab.vcf</href>
<propstat>
<prop>
<getetag>"5596e0d9383bea30e1e71062e4a9f178"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fc66113b-01b3-4f49-b85c-1264c51a3889.vcf</href>
<propstat>
<prop>
<getetag>"6f2e7b6c12d0cdfa1afd5c8195fd7683"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1de45ba9-0c20-4ffc-afd7-b57ab94d267c.vcf</href>
<propstat>
<prop>
<getetag>"70d0dd69facf5c9fab755c123e3302d3"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fdb21dba-b8a9-4aa8-8ed9-5675d8d2f7ee.vcf</href>
<propstat>
<prop>
<getetag>"4efcf9438a7b64764a5afc7d55950844"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bbef5c50-c4c7-4fbf-8f7e-a28411d8eaa4.vcf</href>
<propstat>
<prop>
<getetag>"8efd4d43c4bd6daef583dd3e7f4c7707"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/219b0c9c-cc98-446e-8107-26ed195540da.vcf</href>
<propstat>
<prop>
<getetag>"333807f5cd09f41083061b69445600b1"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/131f95bd-7f74-41bb-8c87-0f5ef5387f90.vcf</href>
<propstat>
<prop>
<getetag>"a0380ee1653dc0514ff4159e1696ea50"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dbc22202-840f-4bfb-a867-501fed0df0b9.vcf</href>
<propstat>
<prop>
<getetag>"2918889938133fafecafd4b7261bcd87"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/12e9ac98-40eb-441b-8f8c-d3c57a9f5d2d.vcf</href>
<propstat>
<prop>
<getetag>"2a590af97f6dbcab9ef5a5d509a68aa1"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/82b44e81-7d67-4c26-b3f2-8325fce2aa60.vcf</href>
<propstat>
<prop>
<getetag>"e6f57378535922d1c725e78122064c74"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/28ed2340-128e-4d54-be67-2ab821e3cd85.vcf</href>
<propstat>
<prop>
<getetag>"9cfa017abf6c7c9c1f81bf282b0231c6"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2a7536dc-fb19-4b08-8e21-a4237e3a8fd0.vcf</href>
<propstat>
<prop>
<getetag>"739f4d8a3fad750a52577df6e74e6638"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/740c3bda-8f42-4118-b8ef-cc201a41b0ef.vcf</href>
<propstat>
<prop>
<getetag>"7ba59673940f9ceeb9499f5152a34154"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/12f94c04-612a-4b4c-8cf8-09e41161110d.vcf</href>
<propstat>
<prop>
<getetag>"512df685a0f1d6ff0ca77458349f170a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/189a4684-ea32-4bde-a0eb-081496078dc0.vcf</href>
<propstat>
<prop>
<getetag>"1522687f1fa15ee05e9660069da0622e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/77715680-7249-48e3-88c3-0a9d6eb4ae49.vcf</href>
<propstat>
<prop>
<getetag>"83b46469c188ee7c46283b2b77f49ff2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/71ea2f68-4a37-408b-83e5-a4cefbfb31a6.vcf</href>
<propstat>
<prop>
<getetag>"b3401253c7e8dcb424bf8d57c86b43fd"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e1c8b291-64de-4434-b997-4a74a4ad21ba.vcf</href>
<propstat>
<prop>
<getetag>"9154ab2961e41447bb2b222d87215be7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a09292ab-abe7-4c4d-9250-3813bfded16c.vcf</href>
<propstat>
<prop>
<getetag>"c6b12ee008f412d9f224b96340bf75a5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4d8d1087-8a8f-4248-96a6-7806246f9ee1.vcf</href>
<propstat>
<prop>
<getetag>"79721c0ad461f2f1d503ff326fb268c6"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6f8d200d-e21e-4a33-813b-c27ee94dedae.vcf</href>
<propstat>
<prop>
<getetag>"2ea1c5ba015fe802fd88e2e42b2994c8"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0857f9e4-d716-461e-9b60-cd43119a5f04.vcf</href>
<propstat>
<prop>
<getetag>"448f350e0028485e6f2b470ae0b3994b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b5ae5387-069a-4018-b98c-4eb0e25880b6.vcf</href>
<propstat>
<prop>
<getetag>"3ac70da738f0c7c9d02fe9bd7df550e0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1c0af97e-b2d5-4be7-84ff-aacbe314a0ec.vcf</href>
<propstat>
<prop>
<getetag>"a2a024dc869b793db0ec5a0ba88f1b7d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/59f06944-ec12-429a-b14c-f92c591a0fa4.vcf</href>
<propstat>
<prop>
<getetag>"783da3352a93007bc3f4fecb55300f2c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f3985ce2-f1c2-419c-9ed5-7cd37891e4c3.vcf</href>
<propstat>
<prop>
<getetag>"a8a277c9ee31000935ba9f2081cf0a25"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/14282363-3d34-4391-b9ed-8c8e6e565bd3.vcf</href>
<propstat>
<prop>
<getetag>"d493123e09250cb68f4f1d5a9f15caef"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f69964ea-2f52-4437-9ae6-e9c87aa7a90a.vcf</href>
<propstat>
<prop>
<getetag>"191219d4a8bf6fa57e0d680fa22cc914"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/09b27b4f-c89b-4aad-aed3-29ec75d9b336.vcf</href>
<propstat>
<prop>
<getetag>"21f1fe0a3e72439d790e821b72d66884"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/517c3913-8a83-4b5c-af13-69bce7c4b8cb.vcf</href>
<propstat>
<prop>
<getetag>"2011be7ecf7cf154326b67819c463da3"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a396d5b4-2d3c-4bdd-b2c1-aad0a8db6f15.vcf</href>
<propstat>
<prop>
<getetag>"041feaf40beb921471c9c6fac09c06d5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0ad59d14-da47-4265-9db2-8696957ed804.vcf</href>
<propstat>
<prop>
<getetag>"5b9861cf76a452dcc6905ecc9542742b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/537d63aa-2ddb-4ed8-a5d3-2cbf88bd4853.vcf</href>
<propstat>
<prop>
<getetag>"3e56154e8f6f7ec416eb72d8d800ae24"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e77e1694-8da6-4d39-bf5c-fd362bbad0b8.vcf</href>
<propstat>
<prop>
<getetag>"44cc1431fdf92b33ab65827147d00728"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6e2af779-55f7-44ba-8341-f9177166b8bd.vcf</href>
<propstat>
<prop>
<getetag>"d2d909af0ac02e0c24235558498a76a2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/3a9bccdf-11c9-423b-a96e-e36622d60b79.vcf</href>
<propstat>
<prop>
<getetag>"1089e6852907ec471b1f11c9582f4346"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d5241c50-32bb-4ec3-bacf-1bdf0c1b8028.vcf</href>
<propstat>
<prop>
<getetag>"9bd150e6a29cda60651150ce6e3cf066"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1a34e46e-2e92-4dce-995e-ed6077cd6606.vcf</href>
<propstat>
<prop>
<getetag>"4053758571159948ce0b38766e4c7ead"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c0ab5d00-3402-44a4-b0f0-947c03a13180.vcf</href>
<propstat>
<prop>
<getetag>"d5744c90060e1e534d813ea7141af050"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b51c95b3-9324-405c-b03e-946395acc981.vcf</href>
<propstat>
<prop>
<getetag>"40bf7b6694a871094d3d884adfd2850d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/95f35963-64a7-40a7-ba3c-eefe382fab19.vcf</href>
<propstat>
<prop>
<getetag>"6dbe56bd0beee41949140d299296c340"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2b2884f6-fd93-4d1f-9d9d-2980e18ba8f2.vcf</href>
<propstat>
<prop>
<getetag>"aa2fb14f00d95bed0643b01aa9344415"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/01bb135e-da30-4d7a-a0e1-0064ba366a98.vcf</href>
<propstat>
<prop>
<getetag>"2e21a9ca77e4d957f59eef3e29216136"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/068f0dfa-a86c-4f1b-bd6e-e8fc602e6cdd.vcf</href>
<propstat>
<prop>
<getetag>"72c37d311fc0b948689a51922141a3f9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/07eb55cb-e246-4d44-bf15-d416d80de869.vcf</href>
<propstat>
<prop>
<getetag>"9669ba7f8d0dd83d6a58c3f9be078b85"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fbb7a7b7-bef3-4f79-b8fa-3c13dc439930.vcf</href>
<propstat>
<prop>
<getetag>"07e7c7ec0112e51cd5061db4d1275ab4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dbc3fd09-10fc-42dd-aaba-5ec748099787.vcf</href>
<propstat>
<prop>
<getetag>"525ed9a2d2da096cdd53b9491cad4b99"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c0e71631-0bdd-447a-ab00-e23382bf25d8.vcf</href>
<propstat>
<prop>
<getetag>"bf4d65e69826f6b17edc0bc7a6c215ce"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d59e0ceb-1a3d-4d13-89d1-45ccd67dc3df.vcf</href>
<propstat>
<prop>
<getetag>"3e5cd78264476dac88484f165030e00e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a1474fd5-8d35-478e-92b6-dfbae21bf206.vcf</href>
<propstat>
<prop>
<getetag>"be54eb92d171d6ac61de6794c48b4f98"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1802bc57-e405-4150-ae93-015be91cd462.vcf</href>
<propstat>
<prop>
<getetag>"3bd8378b5359fa07c1a942ec60f91a4c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5aa89360-767e-47bd-9453-8f03f6bc990a.vcf</href>
<propstat>
<prop>
<getetag>"ed9c9146a42c2d0c4d3479eee442cc9f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/33aa9f49-2170-4b39-8ea0-363a24426821.vcf</href>
<propstat>
<prop>
<getetag>"7563f1afc0fc956bf122d9c52b50eabc"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c5d47a34-0cc1-4e1d-b38b-3f827dc58a2c.vcf</href>
<propstat>
<prop>
<getetag>"cc4075adab16466f71a33fc5b556508c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b68558f5-5902-46c0-a4af-6110ff421d3d.vcf</href>
<propstat>
<prop>
<getetag>"1b9e281dc4c726c189b9c900c8ad4c1e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ab419ca5-7691-4e37-b296-4e4d3eb84138.vcf</href>
<propstat>
<prop>
<getetag>"270af4c97312e330590a896114eee882"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/072c1f66-d8ed-40e1-96e0-f0d2e2dcd973.vcf</href>
<propstat>
<prop>
<getetag>"818576363cb9ac28a0254d83db424174"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ac7a0b69-51c4-42e1-bb96-c5b230fe35fd.vcf</href>
<propstat>
<prop>
<getetag>"98d443ffef9ce76f96f928acf39d3ad6"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a24986b4-6f53-42b1-afd9-9a1f18a0784c.vcf</href>
<propstat>
<prop>
<getetag>"55d38c609685c6d53ed86ed8e9adceda"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c8017a0e-f2f5-4894-bb59-4526d5ec2731.vcf</href>
<propstat>
<prop>
<getetag>"42ea7ed1d1abfe28e544fabc34108a74"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e81997aa-0a84-4267-b70c-0b65859cd5ef.vcf</href>
<propstat>
<prop>
<getetag>"06e8c5195729dcc39543a9e95050db3c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/13fa7adf-4416-4126-8458-9129b1e9ac58.vcf</href>
<propstat>
<prop>
<getetag>"f7d2294373047ce9920f20a2242f25d9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b5fa3b95-ef39-440e-9152-2937a597ce73.vcf</href>
<propstat>
<prop>
<getetag>"15d1654b8a6e28fe858b331b325d7499"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/745e4158-3d37-4238-8220-0e89d4b5bcc0.vcf</href>
<propstat>
<prop>
<getetag>"bb0390b51a91b87acf5b89e165daa526"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6dc4c1de-1003-43d0-81e4-48facddd91f5.vcf</href>
<propstat>
<prop>
<getetag>"d01a9b76885dc433c8472c204f2923bb"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cb74854e-b98d-4c60-8fba-0a2582d1d955.vcf</href>
<propstat>
<prop>
<getetag>"934fc5eb3ac5ca8bcbf2a60816deb6ba"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/366ac082-7848-4db5-b101-b94eefef03c1.vcf</href>
<propstat>
<prop>
<getetag>"d6aab2a1258d89b7ca9ad3f6fcc2046c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8c385c82-1e28-4db5-8963-2f99a9df6074.vcf</href>
<propstat>
<prop>
<getetag>"229bb2189b280551085e9f4865f98d2f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/1da9673b-9aa3-4ae5-b518-0c7fd1f6685e.vcf</href>
<propstat>
<prop>
<getetag>"2b4eb73722e40839f6501711403b7e00"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/caea9fd3-aa6e-4eee-a773-01eafac79d78.vcf</href>
<propstat>
<prop>
<getetag>"c8278a79a0138f9495507be0a5c4313d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0aabe76f-0929-40e9-bf65-806c353c6cf4.vcf</href>
<propstat>
<prop>
<getetag>"8e6405b81bef66bb422465ab2ed0deb5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f1d8b6d4-0d7d-42be-ac00-3bc1a49af55e.vcf</href>
<propstat>
<prop>
<getetag>"b935d9e9add6c389d4836889d8377ab4"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/23379baa-690f-4776-a322-8fb84a2689a1.vcf</href>
<propstat>
<prop>
<getetag>"41c9002b9afa4cc17bd5e0b52272db29"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e62437a6-4683-4b03-8d0a-cc9886538d1a.vcf</href>
<propstat>
<prop>
<getetag>"0cb451f3068dba769afbe4be12a285e5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/23909b64-9e28-4407-8980-5ff0d5313b1a.vcf</href>
<propstat>
<prop>
<getetag>"063a5e4a5552f60c1b1711da946526ef"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/635e5aaf-513c-46d3-b18e-b5cdd3778408.vcf</href>
<propstat>
<prop>
<getetag>"4f54bd61e60f83c799c80f32e391f4b3"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6e97f896-7496-4bbf-9028-b94f097ec12c.vcf</href>
<propstat>
<prop>
<getetag>"2e38ed5780de3a99f0ace5d42915351f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fe3b69ef-255f-4830-9fd9-8ae6436ce14a.vcf</href>
<propstat>
<prop>
<getetag>"0f0ffbb75dced2c3c43b8f0bc18b0cf2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f73b8c93-88dc-4f5f-a88c-c24b135f8b31.vcf</href>
<propstat>
<prop>
<getetag>"63a8100966ae0985c79687c80795464a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b539542f-5e90-4005-8d27-8200f4d3c489.vcf</href>
<propstat>
<prop>
<getetag>"a7bc0595ca09a1fbbfa1e28084770f5a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a25fb79e-6ba1-44fe-89b8-d021478ccd6c.vcf</href>
<propstat>
<prop>
<getetag>"281ec78ba9c8b1b0b198ea72d4dcacd2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6a0881b7-42be-415d-ba49-1e5728416a3c.vcf</href>
<propstat>
<prop>
<getetag>"66f4b37b301f4d9d8a637de17fb4cd33"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/af3243ca-69cc-43f8-8c8f-ccb59eba8268.vcf</href>
<propstat>
<prop>
<getetag>"1266c926895ffa246edc92a557f3151c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/43a88e1a-7e2a-4fd2-8b8c-803cfa90cafa.vcf</href>
<propstat>
<prop>
<getetag>"831f1b5bfa378e492e097cb8c007db50"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/da92ac2a-9cfa-416d-af5e-c37495ea1885.vcf</href>
<propstat>
<prop>
<getetag>"f82ebe5d2fc3159b724a0f46cb9507ee"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a33f131e-b1cb-4d84-acdc-64c20eba264c.vcf</href>
<propstat>
<prop>
<getetag>"36667a8504d283cf0901ab1d8bddf721"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/dc6cd6b0-973a-49f1-9672-74053f89467d.vcf</href>
<propstat>
<prop>
<getetag>"39766b3fa48964ce2546992c4b09c199"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/040501c0-a401-47f5-8030-aac96cb98bda.vcf</href>
<propstat>
<prop>
<getetag>"b2597eec056688c1d381a9b6295296de"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e47b789e-015c-4aab-a9e6-40c7d8cc7fc9.vcf</href>
<propstat>
<prop>
<getetag>"4be438807bc30aff14e9067e38fc954b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e5e6e2d5-f0b9-45cb-96d1-8053bff2a9a3.vcf</href>
<propstat>
<prop>
<getetag>"f5a1e6c69fde28dda0a88ddcad384c7e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/95353176-62c2-4085-b99d-069deb9d4d52.vcf</href>
<propstat>
<prop>
<getetag>"455f3474fe8fa302035c19ba80812aa5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a9bf77ea-1102-45e5-b956-4963bc8d11ca.vcf</href>
<propstat>
<prop>
<getetag>"bbbe2506280f166911278137c7e6d906"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a224d96d-279a-43d7-a1d9-a77d65a392eb.vcf</href>
<propstat>
<prop>
<getetag>"11e88c13b2bef7005ef0ae289271832f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/9faae7c5-2b07-4424-bef0-619f9e56c79b.vcf</href>
<propstat>
<prop>
<getetag>"79d1b55158b82f9f646f7a7fbc39725f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ff474538-c093-4286-be66-7cbac3a7075b.vcf</href>
<propstat>
<prop>
<getetag>"edc6b381f3e19a2920dea75cfded3c3f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0c42ad01-3cf7-4c84-ba44-f5915ab3d30d.vcf</href>
<propstat>
<prop>
<getetag>"65e276e0a6704fd54cac2c942c610bd0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/742905b9-2f8a-4eb4-aa79-a38db87e3868.vcf</href>
<propstat>
<prop>
<getetag>"dc3c5b56ee6a48e9806e2f5ed1a0d7a0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/33b82a23-2867-423c-b381-56a610543e50.vcf</href>
<propstat>
<prop>
<getetag>"1453ba656865d9153125a6fb645d4606"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0282cdaa-27ea-431f-8789-5a9a7fd4b42f.vcf</href>
<propstat>
<prop>
<getetag>"92f101793cda096a05a8954e7f4205c0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cf13faaf-ae3f-4aa6-a151-39faf822aaa6.vcf</href>
<propstat>
<prop>
<getetag>"9d6a3e56c5ca7fc575a1f22d04228ee5"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/736b3cd9-0b4e-4d6d-af28-fef615bd34a3.vcf</href>
<propstat>
<prop>
<getetag>"7a09c620c9d8ddaa4a2794424f655242"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/12a1809c-936d-4063-8038-55284ca16ced.vcf</href>
<propstat>
<prop>
<getetag>"a7143331b2314ea313f38b7fb2ec221f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6cc8a210-5a6f-4b81-bfbf-7037f3fe93cb.vcf</href>
<propstat>
<prop>
<getetag>"0c6a1386d70d8ecbac704ba171290913"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/06ef0a65-2aae-46c9-a4d4-195f0c1df053.vcf</href>
<propstat>
<prop>
<getetag>"d55326bff540f1a29f24fd9677153401"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8d77a314-23b3-4060-8a1a-b5d94684238b.vcf</href>
<propstat>
<prop>
<getetag>"8a6093f5dc6f54ce82beb32d3c3c4ecc"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a99af5f1-fd17-4352-9bfa-d56397c2d775.vcf</href>
<propstat>
<prop>
<getetag>"7f86340d6fce30856e2caf6716c45f33"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e6a5850b-8ac4-4d51-b98b-16478b81a6c2.vcf</href>
<propstat>
<prop>
<getetag>"0cb0b7ba065b8645548e9be4f182ec4a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f1fbc85c-7f03-489c-ba90-1b1274b2404b.vcf</href>
<propstat>
<prop>
<getetag>"5c845a4bc593bde4abbaa6562a373fe9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/3f9cf468-e2a0-4857-bb5f-5bc02fa206a6.vcf</href>
<propstat>
<prop>
<getetag>"400f0a709ff13a870e230866bd61dda0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/732d717b-7486-46dc-a739-98528cff07d0.vcf</href>
<propstat>
<prop>
<getetag>"e517a6d31b88188faafc92aa84b62247"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b629a46f-b570-4a6a-adfe-88b60ab4a082.vcf</href>
<propstat>
<prop>
<getetag>"89298c835f2c6d53a35a17a3a5de9e56"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/af8a12b6-a55e-4772-8db2-bce526911449.vcf</href>
<propstat>
<prop>
<getetag>"aa989642ed6b9924e8e5d7b13b2cce0c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ca1725b0-848c-4ce9-a0e2-d2e1f80ca7be.vcf</href>
<propstat>
<prop>
<getetag>"112d1a4a951d441195a811837ae12132"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b7a8bed4-faad-4536-bdc4-1b8a876f6927.vcf</href>
<propstat>
<prop>
<getetag>"d4de1696396e82073cf8eb081765cd35"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/54d6fbab-3049-40f6-b33e-beb2114e2eb1.vcf</href>
<propstat>
<prop>
<getetag>"22d24590bf48d380f660d8811af39a25"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d4d7fd46-adde-46ff-81a7-af5d923ca9c7.vcf</href>
<propstat>
<prop>
<getetag>"87ccd60c57fc0f759632c27590aa7893"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f805d407-cb25-4135-8878-4d1120b018bb.vcf</href>
<propstat>
<prop>
<getetag>"7550cb1ae832169019b0b6aea3d6f8ef"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cc4fcdfd-2fc9-4b30-8f4c-896d7886bdd9.vcf</href>
<propstat>
<prop>
<getetag>"275d1e18ef2b9de064fef486dcf048b9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/04804aa5-0493-49b4-ad01-7763c0be8633.vcf</href>
<propstat>
<prop>
<getetag>"fc4d53b5804f01a2357b8eb82171fc3f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fb7566da-38b8-422f-9bbd-cbb55c979bcd.vcf</href>
<propstat>
<prop>
<getetag>"f4515d1b47115fd9c679860e7c769756"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/87441dba-81a5-4bf1-a8fa-d26108fa0cc7.vcf</href>
<propstat>
<prop>
<getetag>"24253c53c5eb393ee8976420d633939c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fc4dd3ae-3449-489c-8dc4-34c0b2486c6e.vcf</href>
<propstat>
<prop>
<getetag>"434f06a06dec2e494b3294187ae80f93"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f646cccc-2194-4694-92ef-db3705009c53.vcf</href>
<propstat>
<prop>
<getetag>"be24be8982cf9a946fb17b330cd4180d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/873e3d62-3604-4cba-95e0-1db58e393f50.vcf</href>
<propstat>
<prop>
<getetag>"c1946c70941a7970e6b885084ed3e14c"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f011b7d1-6c96-4194-8a72-9406277658c8.vcf</href>
<propstat>
<prop>
<getetag>"ddedfc9995d7086e999c3c4c85a280f9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/bfe47bdf-3621-4984-9265-4c085197be8a.vcf</href>
<propstat>
<prop>
<getetag>"8f2884ce34dd2bbcdc41ad55639a49e7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/05600bce-2bd8-4b0e-aba2-62d7e9203deb.vcf</href>
<propstat>
<prop>
<getetag>"8e2d12a225f1e68082b71f0583c0bfb6"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5e6e6ac6-cd61-4249-848d-7e112703fd61.vcf</href>
<propstat>
<prop>
<getetag>"ecb7e4260226738c4e8992b5df8e67cf"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/03040afb-8173-410d-b50a-65c886def527.vcf</href>
<propstat>
<prop>
<getetag>"0c05faed38493eb1dfb0bc388ed3a436"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/54ca69e7-c9c2-429b-b8ab-81bae0f80295.vcf</href>
<propstat>
<prop>
<getetag>"9506b9853b77f50d2de9bf9fd7f2bdd7"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6c9fc30d-24f7-4f46-afa8-e8ac56f3dd02.vcf</href>
<propstat>
<prop>
<getetag>"9fc558b35783281b48969c417697ff0b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d7f9e3e5-5005-41ab-9c27-4093bfe5afaf.vcf</href>
<propstat>
<prop>
<getetag>"3c13512f4e65d3980385068b7536a256"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4ed9ab99-b5ab-418a-8454-fef46a96ad80.vcf</href>
<propstat>
<prop>
<getetag>"929a572f43e00b344b241df66fba9262"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e2936c9c-0fbb-462b-b35a-b741597d924a.vcf</href>
<propstat>
<prop>
<getetag>"521b2a37c885aa1bb4e9141d0cd57675"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4567b399-d72a-4c1c-a599-a2d67225059b.vcf</href>
<propstat>
<prop>
<getetag>"5578c67e9ae8334b1040972ff9c89aff"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/85305745-faaa-4aa2-95d9-f748088cf252.vcf</href>
<propstat>
<prop>
<getetag>"ef08dd36dc51186abf009d88a7bb0dfc"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/89851350-4972-4349-bf1e-95265ae06ec5.vcf</href>
<propstat>
<prop>
<getetag>"2fd97b63d6dafcd46357d508f038a798"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8d613617-792f-429e-8a42-6d75b94ac413.vcf</href>
<propstat>
<prop>
<getetag>"f4cef08738933c543c67aba961439371"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/996931ff-805d-4556-8b2d-d13decc638e4.vcf</href>
<propstat>
<prop>
<getetag>"ccb06f92b05905a0bc1a20c941100d28"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e2a513a0-6cdb-49e0-bfe1-6bb48f509481.vcf</href>
<propstat>
<prop>
<getetag>"90597af127a6576e4aa0e16d23c580a3"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/fe1e30f7-780d-457a-b84f-628ebdaf699f.vcf</href>
<propstat>
<prop>
<getetag>"b6dfa1e06814173b7d72a2fa79a84e97"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/48a74cb8-8f0b-4db5-a599-b07ee77cdd19.vcf</href>
<propstat>
<prop>
<getetag>"3a905e9bef18f5b4f5bfba0499e4aa7e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5d87b843-9f0f-4982-8e80-bb75fd022482.vcf</href>
<propstat>
<prop>
<getetag>"92e9f44662ac0368ae7e5749e516677b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e0163b7c-c146-4891-8a26-1f3effc219fa.vcf</href>
<propstat>
<prop>
<getetag>"975790db1e943a78dda9c7a9be33296b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/22f94d3f-4862-458a-b35b-c670fb3a569d.vcf</href>
<propstat>
<prop>
<getetag>"10825667e4f363222755f67d3438aebe"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/deae1495-bd69-46c1-8524-7312103d2126.vcf</href>
<propstat>
<prop>
<getetag>"ff3d7ca5d648519d2ae6930f923acda0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/18b28c8a-1641-4779-9b6b-34867dbda83c.vcf</href>
<propstat>
<prop>
<getetag>"69d04b5f668c064cfe4062cb73da8c4a"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/37b24d18-ff4f-4a6a-8b3c-2e6926930976.vcf</href>
<propstat>
<prop>
<getetag>"9b6248cf814c20c8c5937a65ff510a25"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/0f078dad-be4f-44d5-99ba-792b489e1aea.vcf</href>
<propstat>
<prop>
<getetag>"c3b34b9c4623a7690a12f0c54c3d9481"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6481c0e5-1517-4eba-96b0-19795416efcb.vcf</href>
<propstat>
<prop>
<getetag>"8c47ae3f4779277f1d5f33109d3f72bc"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2a037952-f4f6-4faa-80f3-7f5cd3359a57.vcf</href>
<propstat>
<prop>
<getetag>"6b1bc4f70895bb2f1178511a44d37086"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/2372a4db-c10e-467f-9298-8d38644570ec.vcf</href>
<propstat>
<prop>
<getetag>"a7fd9912e82dc7064e0352512ea84033"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ca68d7ae-a758-4a06-9c48-a16f81468609.vcf</href>
<propstat>
<prop>
<getetag>"148f3d35d0a701135756ee7d55c2a34f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b89d640a-79db-40b8-80b9-1346c7ac7bdc.vcf</href>
<propstat>
<prop>
<getetag>"a76042d30a6a868657f9048359685a41"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8805380f-c572-4aec-910a-03d82dd7520d.vcf</href>
<propstat>
<prop>
<getetag>"2439e915dcd479a095434d717068f121"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c423e390-9715-47a5-ad52-48ab3843c000.vcf</href>
<propstat>
<prop>
<getetag>"11a75ba422e13e7b55fbd7d0ed5bcdca"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d909fe64-9beb-4815-8b4c-b14527cb550e.vcf</href>
<propstat>
<prop>
<getetag>"765eaf1f0a264cb7192ebb416af001af"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/e1ee5971-d3ce-4116-9ad7-3fa8982379fa.vcf</href>
<propstat>
<prop>
<getetag>"977916cb95b50ea8d40016336723ca03"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b807c2a0-f7ed-45c2-ba44-61c35f0eefc4.vcf</href>
<propstat>
<prop>
<getetag>"50155452846534353a9d7f790af01c7d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/03d89e01-b169-4e50-be6d-17ea606126a0.vcf</href>
<propstat>
<prop>
<getetag>"96ae8e8aa915e46927d1a311361b1f22"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ad884ae0-7099-4e94-bc10-49386a40bcef.vcf</href>
<propstat>
<prop>
<getetag>"e734c007e1a5b0e663d9759a9f17c057"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/cbe5b01d-9020-4962-89b4-40a6f07e76dc.vcf</href>
<propstat>
<prop>
<getetag>"6d2b0811229566aca3d0b00469c236d9"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/94d051bc-b29d-48cb-b431-da291e25a5c2.vcf</href>
<propstat>
<prop>
<getetag>"a14a48037fd0f7ad89cfd18732d946ba"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/457f6d26-5f3c-4991-a052-25677036156f.vcf</href>
<propstat>
<prop>
<getetag>"510c65694e920b17164c6a86b6e2795f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/095a7782-b23b-40a1-8f94-e73b25a00861.vcf</href>
<propstat>
<prop>
<getetag>"4d0b06feaf1ba081b4f89fac47bec7f0"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/b2af9bca-f4d1-489e-8e57-878dd5e9a03e.vcf</href>
<propstat>
<prop>
<getetag>"9d402fbd2b0b9ca1e3004daad648528d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d9177f57-e0ef-4731-8740-5b0259a654ce.vcf</href>
<propstat>
<prop>
<getetag>"54b79201a647d96b72e4b6ce886096ee"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f8552ac2-9462-492c-834a-abcd98b2e1fa.vcf</href>
<propstat>
<prop>
<getetag>"6f86cb8f329959d5c6fd87fdb9ed3c25"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/10aac75c-ba60-484c-b23b-14819ae45790.vcf</href>
<propstat>
<prop>
<getetag>"1f1a096fa9da943de5172eaa8000cd3f"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/79b3109a-5af3-40fa-800b-f11a8449c097.vcf</href>
<propstat>
<prop>
<getetag>"775fbb4b6acf10d0ceb648a8f701159b"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6d502abf-27a0-4467-b0f2-407541196f5c.vcf</href>
<propstat>
<prop>
<getetag>"08ace7cf600025dff9462cca5102ef6d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6aee4314-a0a0-4c76-8e23-2d41bed33176.vcf</href>
<propstat>
<prop>
<getetag>"fd3ddb115761daea3f9c45b7e98ba907"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/69b4341e-820e-40af-8839-6a40c14d1ded.vcf</href>
<propstat>
<prop>
<getetag>"3ebfefeb0dc2817dbe74248a5a822252"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/029caacb-1988-45da-993c-c58cc2182546.vcf</href>
<propstat>
<prop>
<getetag>"576ea7029c3b2cf5c4247dc95160ee30"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/32046f0c-1b83-4268-ab7f-cd72d5ebb183.vcf</href>
<propstat>
<prop>
<getetag>"f91aaf800846201f70387d33fc45d32d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/d79c941b-51f7-48a6-bf93-849f1bb8ca6a.vcf</href>
<propstat>
<prop>
<getetag>"d4594f6e07d874ca1be38dd159158710"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/16b64aec-d11e-4837-971c-b061e0f25a29.vcf</href>
<propstat>
<prop>
<getetag>"ca40b4d1dab8bf06e9e5c873ebfc08ac"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f7fd708d-745f-460a-b899-7b6ae17b99ee.vcf</href>
<propstat>
<prop>
<getetag>"7c5e96e1daa1bee2b4ffd746abf46e34"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5392b328-916f-4c7f-889e-7bc6a7dbcc6b.vcf</href>
<propstat>
<prop>
<getetag>"ae35dd136daf58e06a69fab9602d8296"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/8c121e75-cd4f-46e7-8050-04c14f675c31.vcf</href>
<propstat>
<prop>
<getetag>"415df25536c3e3660ed8b868b9d11a3e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f3cd5066-4a3c-4120-8ed9-6a58b538b9d7.vcf</href>
<propstat>
<prop>
<getetag>"3670cd125be2b5ef0d348a94a7db2dfb"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/af958f20-4916-4610-984d-6519867e6b9d.vcf</href>
<propstat>
<prop>
<getetag>"2d55e60ce7b0b3442c5d55fe1fde054d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/ad8786db-130f-46fb-88f4-ca28b72b0630.vcf</href>
<propstat>
<prop>
<getetag>"22b1117a86ae47ba6a14bf3a662fb841"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/70a10679-b00f-468c-8d62-a9dc1cbd575c.vcf</href>
<propstat>
<prop>
<getetag>"805910e882969406e3ae3245acf4237d"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/f8517d31-0f1a-420d-8875-604fd1efdc7a.vcf</href>
<propstat>
<prop>
<getetag>"726e88039a14d96c1bb7a3761d924a06"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/6cad3d7c-2a28-4d81-90c2-2ac68fadc069.vcf</href>
<propstat>
<prop>
<getetag>"3c22538d2aacffbd7c16a0ba5f51c4f2"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/4c83d042-b9f6-4336-8da2-e50a15ff6ef7.vcf</href>
<propstat>
<prop>
<getetag>"2dff71b7ed792572b8cc69df912295be"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/5bc7f3f3-8bd6-4d0d-a02f-c3088aed15c6.vcf</href>
<propstat>
<prop>
<getetag>"2a173377d40cbb300c7f0ab6e9c45d5e"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c29871d6-0ff2-4b81-bb58-f3d4baa0a786.vcf</href>
<propstat>
<prop>
<getetag>"4026112f0c61f333c1bef259755a7e92"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/c9c47e0a-6465-433a-b042-37873ab90814.vcf</href>
<propstat>
<prop>
<getetag>"579c8dcf7a0d3cb4034a6fd831fdae50"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/a07c0260-b7c7-4ca6-a93b-796d3ded2395.vcf</href>
<propstat>
<prop>
<getetag>"b66db6f5ba8f4d322fc90f107094b904"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/radicale/Daniel/contacts.vcf/952a8491-ad87-4d74-91d1-20bc50888df2.vcf</href>
<propstat>
<prop>
<getetag>"3679cd74dcc5458c72d50769b6dc4405"</getetag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CS:getctag />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>
2015-08-26 14:03:11,380 - DEBUG: Answer status: 207 Unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment