[Flysystem][DatabaseAdapter] Incorrect files list returned, when path start with the same name as the requested name
Closed this issue · 0 comments
aedart commented
Description
Imaging the following directories, each containing files.
- software-releases/2
- software-releases/225
- software-releases/31
When requesting the files in the directory software-releases/2
, the files from software-releases/225
are also returned!
Version & Environment
8.5.0
(all releases in 8.x
are affected).
Expected behaviour
Only the files from software-releases/2
are expected returned.