You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/14 10:23:03 UTC

[GitHub] [apisix] kellyseeme commented on issue #8517: Using advanced matching conditions does not take effect

kellyseeme commented on issue #8517:
URL: https://github.com/apache/apisix/issues/8517#issuecomment-1350807685

   this is two rules:
   {
   	"hosts": ["mes.test.cn"],
   	"vars": [
   		["uri", "~*", "^.*1234.*$"]
   	],
   	"name": "mes03",
   	"uris": ["\/*"],
   	"upstream_id": "15"
   }
   ---
   {
   	"hosts": ["mes.test.cn"],
   	"name": "mes04",
   	"uris": ["\/*"],
   	"upstream_id": "15"
   }
   
   i have two rules,but when i request for this:
   
   curl mes.test.cn/00123400 ,it hit the second rules,in my desirse is hit the first rules have the advanced rules.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org