kadirahq / flow-router

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

query parameter parsing is wrong #626

Open hedcet opened 8 years ago

hedcet commented 8 years ago

when i tried to parse this url

http://localhost:3000/torrent?previous=%2Ftorrent%3Fprevious%3D%252Fuser%26route%3D&route=torrent-item

expecting route = 'torrent-item' String but FlowRouter router value is ["", "torrent-item"] Array

untitled

online - https://ts-vcompile.herokuapp.com/user#!/torrent?previous=%2Ftorrent%3Fprevious%3D%252Fuser%26route%3D&route=torrent-item

repo - https://github.com/HedCET/TorrentSearch