From 6cdabadddc516048ae83a1f5cc310990b7c9aa42 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Thu, 3 Jun 2021 15:54:36 +0300 Subject: [PATCH] changelog --- actix-router/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 0e2537c5..8ed43b88 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,8 +2,10 @@ ## Unreleased - 2021-xx-xx * When matching URL parameters, `%25` is kept in the percent-encoded form - no longer decoded to `%`. [#357] +* Fixed a bug where the `Path` extractor returns unsafe malformed string due to malformed URL. [#359] [#357]: https://github.com/actix/actix-net/pull/357 +[#359]: https://github.com/actix/actix-net/pull/359 ## 0.2.7 - 2021-02-06