Closed tomclegg closed 9 years ago
Adds a PutCopy() to the basic functionality test case, and fixes a couple of bugs needed to make it work.
url.QueryEscape()
/
%2F
Thanks, @tomclegg surprised that url.QueryEscape was not working.
url.QueryEscape
Adds a PutCopy() to the basic functionality test case, and fixes a couple of bugs needed to make it work.
url.QueryEscape()
to escape the source parameter, which caused the/
separator to be incorrectly encoded as%2F