> @@ -70,7 +70,6 @@ public void testAddFormParamAddsAnotherValue() {
> // the following caused issues for the fgcp provider
> // (see RequestAuthenticator#addQueryParamsToRequest)
> // base64 symbols should be url encoded in query param
> - // note that + ends up encoded as %20 (space), not %2B (plus)
> public void
> testAddingBase64EncodedQueryParamCausingPlusToUrlEncodedSpaceConversion() {
See my main comment about the changes to HttpRequestTest. In fact, this test
name isn't even valid any more because plus no _no longer_ becomes a
"UrlEncodedSpace".
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/82/files#r5544056