mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
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_test.go | ||
uri.go |