commit | 56024fa64ebe87d5b209fa5d126b71ab27f7cf3d | [log] [tgz] |
---|---|---|
author | Stéphane Travostino <stephane.travostino@gmail.com> | Thu Apr 05 13:23:08 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Apr 05 13:23:08 2012 -0400 |
tree | adfc9465adcfe06fe89d70987a31dd38a4080103 | |
parent | 81f534b216942c386d320ca380413353517d0644 [diff] |
net/url: Correctly escape URL as per RFC 3986 The shouldEscape function did not correctly escape the reserved characters listed in RFC 3986 §2.2, breaking some strict web servers. Fixes #3433. R=rsc CC=golang-dev https://golang.org/cl/5970050