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

fix trimming to inaccessible root path (#1678)

This commit is contained in:
Rob Ede
2020-09-15 11:32:31 +01:00
committed by GitHub
parent 4b4c9d1b93
commit 7f8073233a
2 changed files with 36 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2020-xx-xx
### Fixed
* `NormalizePath` when used with `TrailingSlash::Trim` no longer trims the root path "/". [#1678]
[#1678]: https://github.com/actix/actix-web/pull/1678
## 3.0.1 - 2020-09-13