cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Moving an opened file leads to inconsistencies #36

Closed overheadhunter closed 6 years ago

overheadhunter commented 6 years ago

The following steps lead to an error:

  1. open a file old/file/path for reading or writing
  2. moving said file from old/file/path to new/file/path
  3. accessing the file using old/file/path is incorrectly returning the already opened file handle
overheadhunter commented 6 years ago

fixed in 3f06f93, added tests in fadaa91