purekeeper
purekeeper
### Issue description I define Apisix Route and use exprs field : - name: test match: hosts: - service.xx.cn paths: - /aaa/**:var1**/test exprs: - subject: scope: Path or Query ?...
### Issue description Hi , I enable stream_proxy and listen addr set to 5061, but api6 report error : **nginx: [emerg] host not found in "map[addr:5061" of the "listen" directive...
Does it follow longest prefix match rule ? Eg: route1 is /test/aa/* route2 is /test/aa/cc/dd So what's the match result ? @spacewander