Closed
Description
Because of incrementing variable s
in this line
nginx_upstream_module/src/ngx_http_tnt_module.c
Line 1617 in 6c5696b
this check
nginx_upstream_module/src/ngx_http_tnt_module.c
Line 1619 in 6c5696b
is false if the last string character is urlencoded.
So, the last urlencoded character will be ignored.
For example, for string %7B%7D
will be returned {%7D
.