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

FindFilesWithPattern: Wrong pattern matching #44

Closed infeo closed 3 years ago

infeo commented 3 years ago

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.

infeo commented 3 years ago

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