From 4b117b68115677955c0e9927e6e18f781cfb198f Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Wed, 8 Dec 2021 14:40:59 +0100 Subject: Only check for locked files before we start the upload Fixes: #9194 --- changelog/unreleased/9194 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/9194 (limited to 'changelog') diff --git a/changelog/unreleased/9194 b/changelog/unreleased/9194 new file mode 100644 index 000000000..5482b2e4a --- /dev/null +++ b/changelog/unreleased/9194 @@ -0,0 +1,7 @@ +Bugfix: Don't abort upload if chunk is locked + +Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows virtual files. +Therefore we checked for the locked state before we start the upload. +Due to a bug we checked that for each file chunk, now we only check when the upload starts and when it finished completely. + +https://github.com/owncloud/client/issues/9194 -- cgit v1.2.3