cryptomator / cryptofs

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

Remove redundant result #148

Closed infeo closed 2 years ago

infeo commented 2 years ago

This PR removes the MissingC9rContentResult and move its features to UnknownTypeResult.

A c9r cipher directory does not necessarily represent a cleartext directory, as it depends on its content. Thus, the type check should handle the case that the type defining items are missing.