davical/testing/tests/regression-suite/0953-PROPFIND.test
2010-04-29 11:21:05 +12:00

33 lines
812 B
Plaintext

#
# PROPFIND on a collection which we can only access via a ticket
# this should fail, because we don't supply the ticket
#
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
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"
xmlns:T="http://www.xythos.com/namespaces/StorageServer">
<prop>
<current-user-privilege-set/>
<T:ticketdiscovery/>
</prop>
</propfind>
ENDDATA
REPLACE=!<T:id>\S{8}</T:id>!<T:id>Good Ticket ID</T:id>!