Continuation of https://github.com/spring-cloud/spring-cloud-netflix/issues/1594
Looks like bug or feature in RequestTemplate:
Object value = variables.get(var.toString());
if (value != null) {
builder.append(value);
} else {
builder.append('{').append(key).append('}');
}