olivernn / davis.js

RESTful degradable JavaScript routing using pushState
http://davisjs.com
532 stars 58 forks source link

Semicolon delimited query parameters after the path causes route not to match #96

Open barrettas opened 10 years ago

barrettas commented 10 years ago

When using the valid syntax of semicolon delimited query parameters like "/my/mapped/route;sessionid=xxhjhjk" instead of "/my/mapped/route?sessionid=xxhjhjk" Davis will not match the "/my/mapped/route" route.