mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
These should not be sending an XML content-type with no content.
This commit is contained in:
parent
e82c5c70d4
commit
8a26fa4b82
@ -10,7 +10,6 @@
|
||||
TYPE=UNLOCK
|
||||
URL=http://mycaldav/caldav.php/user1/home/i1278618276.ics
|
||||
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEADER=Lock-Token: <opaquelocktoken:cafefeed-c001-b055-ea75-deadbeef4a11>
|
||||
HEAD
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@ SELECT opaquelocktoken FROM locks WHERE dav_name = '/user1/home/i1278618276.ics'
|
||||
ENDSQL
|
||||
|
||||
HEADER=Lock-Token: <opaquelocktoken:##locktoken##>
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEAD
|
||||
|
||||
# There is no data for an UNLOCK request
|
||||
|
||||
@ -18,7 +18,6 @@ ENDSQL
|
||||
|
||||
HEADER=Depth: 0
|
||||
HEADER=Timeout: Infinite,Second-4100000000
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEADER=Lock-Token: <opaquelocktoken:##locktoken##>
|
||||
HEAD
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
TYPE=UNLOCK
|
||||
URL=http://mycaldav/caldav.php/user1/home/
|
||||
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEADER=Lock-Token: <opaquelocktoken:cafefeed-c001-b055-ea75-deadbeef4a11>
|
||||
HEAD
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@ SELECT opaquelocktoken FROM locks WHERE dav_name = '/user1/home/'
|
||||
ENDSQL
|
||||
|
||||
HEADER=Lock-Token: <opaquelocktoken:##locktoken##>
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEAD
|
||||
|
||||
# There is no data for an UNLOCK request
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
TYPE=UNLOCK
|
||||
URL=http://regression.host/caldav.php/user1/home/i1278618276.ics
|
||||
|
||||
HEADER=Content-type: text/xml; charset="utf-8"
|
||||
HEADER=Lock-Token: <opaquelocktoken:cafefeed-c001-b055-ea75-deadbeef4a11>
|
||||
HEAD
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user