You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API such as Files.setPosixFilePermissions(...) relies on getAttributeView(...) to return null in case of the requested view not being supported. However, CryptoFS does always return a view, even though it should not. This leads to later NPEs when an attempt is made to use this view but the corresponding view on the ciphertext node is unavailable.
API such as
Files.setPosixFilePermissions(...)
relies ongetAttributeView(...)
to return null in case of the requested view not being supported. However, CryptoFS does always return a view, even though it should not. This leads to later NPEs when an attempt is made to use this view but the corresponding view on the ciphertext node is unavailable.See cryptomator/cryptomator#2238
The text was updated successfully, but these errors were encountered: