cryptomator / cryptofs

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

macOS: force() fails on WebDAV filesystems #66

Closed overheadhunter closed 5 years ago

overheadhunter commented 5 years ago

Until upstream bug JDK-8232861 is fixed, we might need a workaround.

One Possibility would be to do a best-effort force() wrapped in a try-catch-block.

overheadhunter commented 5 years ago

Wont fix, since we can't just ignore exceptions.