kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Period in URL breaks SSR #544

Open marbemac opened 8 years ago

marbemac commented 8 years ago

Routing seems to not work on the server if the url includes a period (.).

We've created an example repo, along with a readme on how to reproduce. It's also available online, if you visit these two urls (one with period, one without):

http://flow-router-ssr-period-bug.meteor.com/1/foo/bar http://flow-router-ssr-period-bug.meteor.com/1.0/foo/bar

The example repo: https://github.com/rainum/flow-router-ssr-period-bug

arunoda commented 8 years ago

Thanks. Will work on this. If someone can do a PR, that's awesome.