Expected result, the second routing rule matches first. ```lua { { paths = {"/aa*"}, metadata = "metadata /aa", priority = 0 }, { paths = {"/aa*"}, metadata = "metadata /aa", hosts = {"foo.com"}, priority = 100 } } ```
Expected result, the second routing rule matches first.
{ { paths = {"/aa*"}, metadata = "metadata /aa", priority = 0 }, { paths = {"/aa*"}, metadata = "metadata /aa", hosts = {"foo.com"}, priority = 100 } }