Closed infeo closed 3 years ago
With b3fa4a5a3ecf8c14482dba3dfe3fadbd22611a0a the function findFilesWithPattern was reactivated.
findFilesWithPattern
Now the pattern matching does not work as expected.
This relates to #19 . We need a DFA to implement it correctly or deactivate it again.
my bad, there are just arguments switched in https://github.com/cryptomator/dokany-nio-adapter/blob/b3d0bb7b6b67dc168a7e9eb3e1fba8e53f92d9fa/src/main/java/org/cryptomator/frontend/dokany/ReadWriteAdapter.java#L534
With b3fa4a5a3ecf8c14482dba3dfe3fadbd22611a0a the function
findFilesWithPattern
was reactivated.Now the pattern matching does not work as expected.
This relates to #19 . We need a DFA to implement it correctly or deactivate it again.