golgote/neturl

Fix space and plus sign encoding

golgote opened this issue · 1 comments

I started to work on these fixes. RFC 3986 recommends that spaces are all encoded as %20 and plus sign as %2B to avoid confusion. Other special characters can be left alone or encoded depending on the application (ex: ; = : ). I will add a list of reserved characters and make it configurable.

Done