1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

actix-files: fix handling linebreaks in filenames (#3237)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Dialga
2024-01-10 16:56:15 +13:00
committed by GitHub
parent ac04d80d8e
commit fcfc727295
3 changed files with 13 additions and 5 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Fix handling of special characters in filenames.
## 0.6.4
- Fix handling of newlines in filenames.