haifeng9414 opened a new issue #2423:
URL: https://github.com/apache/apisix/issues/2423
### Issue description
Why does radixtree_host_uri.lua not set the priority when creating a route:
```
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
}
```
Is this a bug?
* apisix version (cmd: `apisix version`): latest
master(4f535e7401468c3f857cbf6a83ed6c3a0a9496db)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]