forked from TrueCloudLab/certificates
abd78e2d2a
Go 1.17 introduces a change in the net/url package disallowing the use of semicolon (;) in URL queries. We used url.ParseQuery to decode the opaque string that is semicolon separated. This change replaces the semicolon with ampersands before decoding it. |
||
---|---|---|
.. | ||
testdata | ||
uri.go | ||
uri_test.go |