I have 2 flows,
1. Condition proxy.pathsuffix MatchesPath /{id}/text
2. Condition proxy.pathsuffix MatchesPath /{id}
When I pass the URL as http://www.test.com/text, it is going to second condition since the condition is satisfied and id gets the value text. Is there a way to handle this issue