You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Totally agree, but as you mention, this is due to the parsing and escaping done by Go's stdlib. Once/if the bug is fixed in Go, this will be fixed too. Not a purell bug per se.
purell should not normalize reserved characters, as per RFC3986:
The above code outputs
my_%28url%29
, whereas it should bemy_(url)
. This is due to a bug in Go stdlib (issue 5684).The text was updated successfully, but these errors were encountered: