cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
52 stars 27 forks source link

skip file based locking check if disabled by feature flag #73

Closed wkloucek closed 2 years ago

wkloucek commented 2 years ago

One can disable the creation of file based locks by a feature flag. In the unlock method, the file based lock was still removed (and failed gracefully) even if file based locking was disabled.