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
Problem is that anything past the wildcard seems to be ignored, thus in this example - requesting ANY path prefixed with /test/, eg. /test/blah/blah/blah causes handler to be called.
This code runs smoothly although gives unexpected results:
Problem is that anything past the wildcard seems to be ignored, thus in this example - requesting ANY path prefixed with /test/, eg. /test/blah/blah/blah causes handler to be called.
On the other case, if you simply modify the code:
(path with named param and wildcard together), then code simply panics at the startup with clear and meaningful error:
So, what I believe expected behaviour would be to panic consistently in both cases, with exactly same error. Am I right?
The text was updated successfully, but these errors were encountered: