sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

文件名含连续两个小数点的文件上传后无法被下载 #441

Closed DRAWPIETY closed 1 month ago

DRAWPIETY commented 6 months ago

如果一个文件没被上传过,且文件名含两个小数点,比如:“a..txt”,那么此类文件上传后,无法被下载。

sjqzhang commented 1 month ago

对于双点进行了过滤,在预期之内,禁用上传这种文件