vijayuan commented on issue #3906:
URL: https://github.com/apache/shenyu/issues/3906#issuecomment-1236052247

   > Can you provide a more detailed case?Thanks a lot.
   
   For example, I config 2 selector : 
   The first one: 
   `MatchType`: `or` 
   `conditions`:  1. `url match /a/**`    2. `url match /b/**`
    `continued`: `false`
    `order`: `1`
   
   The second one:
   `MatchType`: `and`
   `conditions`: `url match /**`
   `continued`: `false`
   `order`: `1000`
   
   
   In version `2.4.3`, the first selector is selected because the first 
selector's order is smaller.
   In version `2.5.0`, the second selector is selected because `and` 
conditionType have higher priority.
   
   So, I have to change the `MatchType` of the second selector to `or`. 
   However, as an user of shenyu, I may think `and` and `or` conditionTypes are 
same for a selector if there is just one conditon in the selector.
   
   
   


-- 
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]

Reply via email to