glenscott / url-normalizer

Syntax based normalization of URI's
MIT License
100 stars 16 forks source link

fixed a bug caused by querystrings with an array in it #9

Closed geraldbaeck closed 11 years ago

geraldbaeck commented 11 years ago

querystrings are now checked for arrays and handled properly: e.g. http://www.example.com/?array[key]=value equals http://www.example.com/?array%5Bkey%5D=value

glenscott commented 11 years ago

Thanks for the fix!