local radixtree_route = {
paths = route.value.uris or route.value.uri,
methods = route.value.methods,
remote_addrs = route.value.remote_addrs
or route.value.remote_addr,
vars = route.value.vars,
filter_fun = filter_fun,
handler = function (api_ctx)
api_ctx.matched_params = nil
api_ctx.matched_route = route
end
}
Issue description
Why does radixtree_host_uri.lua not set the priority when creating a route:
Is this a bug?
apisix version): latest master(4f535e7)