> * endpoints.
> */
> - String newBody = new
> String(response.getBody()).replace(":\"URL", ":\"" + url.toString());
> + String newBody = urlTokenPattern.matcher(new
> String(response.getBody())).replaceAll(": \"" + url.toString());I remember this bug. Does it make sense to add a test for this? +1 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/404/files#r13936167
