Write Lock
Write lock is the only lock access type defined in this specification
A write lock prevents a principal without the lock from successfully modifying the state of the resource
- Specifically, it prevents execution of PUT, POST, DELETE, MKCOL, PROPPATCH, MOVE, LOCK, UNLOCK
- GET, PROPFIND are unaffected by write lock