Adding comment

This commit is contained in:
Simon Redfern 2016-03-05 08:03:26 +01:00
parent f39e260971
commit f342096094

View File

@ -250,7 +250,7 @@ object OAuthHandshake extends RestHelper with Loggable {
parameters
}
//prepare the base string
//prepare the base string (should we really have openOr here?)
var baseString = httpMethod+"&"+URLEncoder.encode(Props.get("hostname").openOr(S.hostAndPath) + S.uri,"UTF-8")+"&"
baseString+= generateOAuthParametersString(OAuthparameters)