Closed dandalf closed 3 years ago
Confirmed.
There will be a 3.0.2 version with a fix in the next few days.
3.0.3-Final is now available.
The version number is different because we found some client issues that required immediate updates.
Thank you @ludup !
I am experiencing an issue where listing the contents of the directory is producing multiple of the same folder. I tracked the problem to line 94 of the VirtualMappedFile class. The getChildren method produces duplicate folders when there are mounts to subfolders. For example, I have mounts defined at these folders:
When running getChildren from "/", the result shows 4 files: folder_a folder_b folder_b folder_b
I would expect the result to contain just folder_a and folder_b.
The getChildren method in VirtualMountFile has similar code producing the duplicately named files as well starting on line 99.