#
# PROPFIND on a collection which we can only access via a ticket
# also retrieving the tickets on that resource.
#
TYPE=PROPFIND
URL=http://regression.host/caldav.php/user1/home/
AUTH=user5:user5
# Get the ticket we created earlier in 948...
GETSQL=ticket
SELECT ticket_id FROM access_ticket
WHERE target_collection_id = 10 AND target_resource_id is null;
ENDSQL
HEADER=User-Agent: Ticket Spec Tests
HEADER=Content-Type: text/xml; charset="UTF-8"
HEADER=Ticket: ##ticket##
HEADER=Depth: 0
BEGINDATA
ENDDATA
REPLACE=!\S{8}!Good Ticket ID!
REPLACE=!Seconds-3\d+!Seconds-3600!