12216: Disable lock operations.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 12 Oct 2017 05:20:19 +0000 (01:20 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 12 Oct 2017 19:03:27 +0000 (15:03 -0400)
commit165993fac96251ec0ec2e881fab40a5db113a282
tree849b959bd340fca4bba2b20d08b9bcc0ec502b88
parentec4c5a76c2050f7bf91c00ae0f6da9ec0aab9f63
12216: Disable lock operations.

Lock support in a webdav server is optional, and none of the
operations that would be affected by locks (i.e., writes) are
supported here anyway.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
services/keep-web/handler.go
services/keep-web/handler_test.go
services/keep-web/webdav.go