silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

Cannot download file containng hashtag # in filename #448

Open risidoro81 opened 3 years ago

risidoro81 commented 3 years ago

As per Subject, files containing an hashtag in the filename (like "Comics #10.pdf") cannot be downloaded. In docker logs I receive a 404 because the filename it looks for gets truncated at the hash (so it tries to download "Comics ") Using droppy:latest in docker on a raspberry pi4 with ubuntu srv 64bit.

Thanks for the great software! Bye