242ce058a6
"encodeQueryString" converts "%20" (space) to "+" which breaks Rest API calls if the project name contains spaces. Fixed by using "encodePathSegment" instead. Change-Id: I049ca6ad54f36f36083222081c731325b5d51b95