We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In radixtree_host_uri mode. api_ctx.curr_req_matched._path was eventually replaced by host_rev
host_rev
example: request: http://123.com/x1 api_ctx.curr_req_matched._path replaced by moc.321
moc.321
apisix version
uname -a
nginx -V
openresty -V
1: adjustment mode, change to radixtree_host_uri 2: request apisix route 3: query apisx:9091/apisx/promethues/metrics.
radixtree_host_uri
host reverse. example: request: http://123.com/x1 api_ctx.curr_req_matched._path replaced by moc.321
none
api_ctx.curr_req_matched._path replaced by matched_ops.uri
matched_ops.uri
The text was updated successfully, but these errors were encountered:
Need to reset curr_req_matched._path after matched. Would you provide a fix?
Sorry, something went wrong.
fix(radixtree_host_uri): correct matched path
06c59bd
Fix apache#5077 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
fix(radixtree_host_uri): correct matched path (#5104)
034d231
Fix #5077 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
Successfully merging a pull request may close this issue.
Issue description
In radixtree_host_uri mode. api_ctx.curr_req_matched._path was eventually replaced by
host_rev
example:
request: http://123.com/x1 api_ctx.curr_req_matched._path replaced by
moc.321
Environment
apisix version
): v2.9uname -a
): centos7nginx -V
oropenresty -V
): 1.19.3.1Steps to reproduce
1: adjustment mode, change to
radixtree_host_uri
2: request apisix route
3: query apisx:9091/apisx/promethues/metrics.
Actual result
host reverse.
example:
request: http://123.com/x1 api_ctx.curr_req_matched._path replaced by
moc.321
Error log
none
Expected result
api_ctx.curr_req_matched._path replaced by
matched_ops.uri
The text was updated successfully, but these errors were encountered: