millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

Fix more = in querystringParameters #107

Closed Chida82 closed 9 years ago

Chida82 commented 10 years ago

In particular (es. code64) case there is "=" in the value of querystring parameters. Urlencoded parameter in same javascript engine not resolved. In this changes there is parsing split a string on the first occurrence of "=".

Chida82 commented 9 years ago

There are problems with this commits?