cryptomator / dokany-nio-adapter

Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
GNU Affero General Public License v3.0
14 stars 4 forks source link

Invalid size of cipher text file causes abort of directory listing #6

Closed infeo closed 6 years ago

infeo commented 6 years ago

High level issue is described in https://github.com/cryptomator/cryptomator/issues/673 For the low level causing see https://github.com/cryptomator/cryptofs/issues/29.

We should handle IllegalArgumentExceptions in the methods collecting file meta data, such that valid cipher text files are shown and a message about the not shown/invalid cipher text files is logged.

infeo commented 6 years ago

Change of plans: We'll refactor https://github.com/cryptomator/cryptofs to be java-nio-interface compliant and thus throwing no more an IllegalArgumentException.