kieran / barista

A URL router / generator for NodeJS
https://kieran.github.io/barista/
MIT License
111 stars 22 forks source link

Calling router.first method would return false when it takes URL which contains %20s ( spaces ) #14

Closed saintc0d3r closed 11 years ago

saintc0d3r commented 11 years ago

I hope this suggestion would make sense to you unless you have reasons why not allowing the regex to recognise %20 or spaces.

Many many thanks.

kieran commented 11 years ago

huh - never really considered URI encoded routes! Will take a look at this. Thanks for the great bug report!

kieran commented 11 years ago

added! bumped to 0.0.10 & published to npm