lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the comment about routing incorrect?

patefacio opened this issue · comments

It gives an example of route "/hello/:firstname.:lastname?" and claims it will match "/hello/john" and "/hello/john.doe". While it does match the latter, it is accepting all of 'john.doe' as firstname which is either incorrect or very confusing.

thanks, this issue was introduced recently with a bad regex.