These should not be sending an XML content-type with no content.

This commit is contained in:
Andrew McMillan 2010-03-18 23:53:28 +13:00
parent e82c5c70d4
commit 8a26fa4b82
6 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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