tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

Semicolons are not recognized as valid query string separators #40

Closed ara818 closed 10 years ago

ara818 commented 12 years ago

According to W3, semicolons should be parsed as valid query param separators

http://www.w3.org/TR/html401/appendix/notes.html#h-B.2.2

tj commented 12 years ago

im impartial, I'd never use it but if you'd like to implement it i'll accept a patch

buschtoens commented 10 years ago

This is a thing for #89.

Closing because this is pretty minor.