cloudreve / Cloudreve

🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)
https://cloudreve.org
GNU General Public License v3.0
22k stars 3.45k forks source link

创建文件夹时,文件夹名字带有「/」时会创建成多层文件夹 #2062

Open TigerBeanst opened 7 months ago

TigerBeanst commented 7 months ago

Describe the bug 文件夹名称不会转义斜杠

To Reproduce 举个例子,我建了一个文件夹名字为这个

image

创建完毕是这样的 image

Expected behavior 文件目录最终为 /测试目录1/2,实际为 /测试目录1/2

Version Cloudreve v3.8.3,docker 安装