sixin li 242ce058a6 Fix RestApi url encode issue
"encodeQueryString" converts "%20" (space) to "+" which breaks Rest API
calls if the project name contains spaces. Fixed by using
"encodePathSegment" instead.

Change-Id: I049ca6ad54f36f36083222081c731325b5d51b95
2016-08-13 06:35:28 +00:00
..