Closed drupol closed 3 years ago
Howdy drupol,
I think the confusion is that the X-Wopi-Lock header on the UnlockAndRelock
request is the new lock not the old lock.
On most requests the X-Wopi-Lock header contains the existing lock string that the host is expected to enforce alongside the request. The UnlockAndRelock
request uses the X-WOPI-OldLock header for that string.
Best regards, Rob Rolnick
Ok ok fair enough :)
Maybe this should be copy-pasted into the documentation.
Thanks for the responsiveness. Regards.
Thanks !
Hello,
The Key Concepts page says:
However, when we check
UnlockAndRelock
, we can see that this is not true.Do you think opening a PR to fix this is a good idea?