flatiron / director

a tiny and isomorphic URL router for JavaScript

Home Page:http://github.com/flatiron/director

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mikaelgson opened this issue · 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