rocketraman
05/28/2019, 9:51 PM/foo:{bar}/{baz}
/{bar}/{baz}
When calling /foo:123/456
I was expecting the first route to trigger with bar=123 and baz=456. Instead, the second route triggers with bar=foo:123 and baz=456. Is this a bug or expected?Dominaezzz
05/28/2019, 10:20 PMrocketraman
05/28/2019, 10:21 PMmp
05/28/2019, 10:26 PMrocketraman
05/28/2019, 10:27 PM/foo/{bar}/{baz}
but due to the nature of the bar
value this actually makes a lot less sense.mp
05/29/2019, 1:28 AMrocketraman
05/29/2019, 2:03 AMauthenticate
block (perhaps other wrappers too, I didn't check). Created this issue: https://github.com/ktorio/ktor/issues/1158mp
05/29/2019, 5:52 PM