You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^^ as referenced in that issue, I'm also finding regressions here. Additionally, I'm having to add my API versioning prefixes to my servers block in the OpenAPI spec in order to properly pass validation. This means we are not properly matching on hostnames, but also on paths.
I will try to find the time to expand the test suite of the relevant code to hopefully give us more clarity here
Hi,
For the following schema:
A gorillamux FindRoute for the /mypath2 fails in v0.111.0. For the same test in v0.110.0, the route is found.
Suspect it relates to the work from #705. Note the exact naming of the paths somehow affects the reproducibility of this bug.
The text was updated successfully, but these errors were encountered: