mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
25 lines
547 B
Plaintext
25 lines
547 B
Plaintext
#
|
|
# MKTICKET request for a ticket on a collection
|
|
#
|
|
TYPE=MKTICKET
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEADER=User-Agent: Ticket Spec Tests
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEAD
|
|
|
|
# Test error response on no XML
|
|
|
|
BEGINDATA
|
|
ENDDATA
|
|
|
|
QUERY
|
|
SELECT dav_owner_id,
|
|
date_trunc( 'minute', (expires - current_timestamp + '30 seconds')::interval(0)) AS timeout,
|
|
privileges,
|
|
target_collection_id,
|
|
target_resource_id
|
|
FROM access_ticket
|
|
ENDQUERY
|
|
|
|
REPLACE=!<T:id>\S{8}</T:id>!<T:id>Good Ticket ID</T:id>!
|