mrkkrp / modern-uri

Modern library for working with URIs
Other
68 stars 18 forks source link

A URI with a Query such as '?&height=500&width=500' cannot be parsed #16

Closed etorreborre closed 6 years ago

etorreborre commented 6 years ago

It seems that it is rejected here but I can't find in the standard, nor with online URI validators why such a query string should be rejected. Context: I really have real-life queries like this in my data...

mrkkrp commented 6 years ago

It looks like this should indeed be allowed. Can you fix it and open a PR?

etorreborre commented 6 years ago

Yes, I'll try to do it over the week-end thanks