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

files: Don't use canonical path when serving file (#2156)

This commit is contained in:
Ali MJ Al-Nasrawy
2021-04-13 07:28:30 +03:00
committed by GitHub
parent 981c54432c
commit ce50cc9523
4 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* For symbolic links, `Content-Disposition` header no longer shows the filename of the original file. [#2156]
[#2156]: https://github.com/actix/actix-web/pull/2156
## 0.6.0-beta.4 - 2021-04-02