]> source.dussan.org Git - nextcloud-server.git/commit
normalize smb path while listing folder contents 20208/head
authorRobin Appelman <robin@icewind.nl>
Fri, 27 Mar 2020 16:04:53 +0000 (17:04 +0100)
committerRobin Appelman <robin@icewind.nl>
Fri, 27 Mar 2020 16:04:53 +0000 (17:04 +0100)
commitef7bb5225a78069eccbb97e8eba868f0215344ed
tree5ca24582f7350dee16d289a9c894ece003eff6df
parentc235a40c94792ca5f921b4b7b29d17f679c4a497
normalize smb path while listing folder contents

currently when listing `'/'`, it will include a double slash in the paths used for the listing logic
this causes unneeeded cache misses in the statCache

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/lib/Lib/Storage/SMB.php