Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tools.uri) normalization decodes as much as possible #8140

Merged
merged 11 commits into from
Jul 26, 2022
Prev Previous commit
Next Next commit
style
StarlightIbuki committed Jul 22, 2022
commit 4d1be6d9f7346b3cbcdd52da5c20e25b3070068b
4 changes: 1 addition & 3 deletions kong/runloop/handler.lua
Original file line number Diff line number Diff line change
@@ -39,9 +39,7 @@ local subsystem = ngx.config.subsystem
local clear_header = ngx.req.clear_header
local http_version = ngx.req.http_version
local unpack = unpack


local escape = require("kong.tools.uri").escape
local escape = require("kong.tools.uri").escape


local is_http_module = subsystem == "http"