Add text/xml content types to this, which RFC2518 does specify.

This commit is contained in:
Andrew McMillan 2006-12-10 21:11:16 +13:00
parent 2aaffe45a8
commit bac02abded
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ 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

@ -10,6 +10,7 @@ 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