Skip to content

Commit

Permalink
We accidently removed RFC3987 validation from route paths (#4415)
Browse files Browse the repository at this point in the history
* We accidently removed RFC3987 validation from route paths

Signed-off-by: Tyler Ball <tyler.ball@konghq.com>

* Update app/gateway/changelog.md

Co-authored-by: Datong Sun <datong.sun@konghq.com>

Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
Co-authored-by: Angel <Guaris@users.noreply.github.com>
Co-authored-by: Datong Sun <datong.sun@konghq.com>
  • Loading branch information
3 people authored Sep 9, 2022
1 parent e37e8d7 commit e752ab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@ openid-connect
recommended to upgrade yet if you are an OpenTracing user. This will be
rectified in an upcoming patch/minor release.

* RFC3987 validation on route paths was removed, allowing operators to create a route with an invalid path
URI like `/something|` which can not match any incoming request. This validation will be added back in a future release.

### Dependencies

* Bumped `openresty` from 1.19.9.1 to 1.21.4.1
Expand Down

0 comments on commit e752ab6

Please sign in to comment.