flatiron/director

Route with named match not firing when url contains tilde (~)

Opened this issue · 0 comments

This route: '/user/:id' will never get a match if the actual id in the url contains a tilde-character (~)

This will fire: #/user/123abc
This wont: #/user/~123abc