Horus-K opened a new issue, #7163: URL: https://github.com/apache/apisix/issues/7163
### Current Behavior   I use the exact domain name to access xxxx.xxxx.xxxx.com and the route matched is id:1047。 If I adjust the id: 1314 priority to 10, the route id: 1314 will take effect ### Expected Behavior The route should match to 1414 ### Error Logs NO ### Steps to Reproduce 只有精确路由id比通配路由id小,精确匹配才会生效,否则都会走到通配路由中。或者将精确匹配路由优先级调整为比通配路由大才行 ### Environment - APISIX version (run `apisix version`): 1.13.1 - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
