mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-25 15:10:13 +00:00
32 lines
910 B
Plaintext
32 lines
910 B
Plaintext
#
|
|
# MKTICKET request for a ticket on a collection resource
|
|
#
|
|
TYPE=MKTICKET
|
|
URL=http://regression.host/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics
|
|
HEADER=User-Agent: Ticket Spec Tests
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:ticketinfo xmlns:D="DAV:" >
|
|
<D:privilege><D:write/></D:privilege>
|
|
<D:timeout>Second-86400</D:timeout>
|
|
</D:ticketinfo>
|
|
ENDDATA
|
|
|
|
QUERY
|
|
SELECT dav_owner_id,
|
|
date_trunc( 'minute', ('55 seconds' + expires - current_timestamp)::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>!
|
|
REPLACE=!Ticket: \S{8}!Ticket:Good Ticket ID!
|
|
REPLACE=!ETag: "\S+"!ETag: "Some good ETag"!
|
|
REPLACE=!<TKT:timeout>Seconds-3\d+</TKT:timeout>!<TKT:timeout>Seconds-3600</TKT:timeout>!
|