Open
Description
Given a template such as: "http://test.example.org/customers{?active,country}" and setting resolvePartially to true:
When I add the active and country parameters, I would expect the output to be similar to: "http://test.example.org/customers?active=true&country=en-us"
Instead I am seeing a URL with a trailing curly brace:
"http://test.example.org/customers?active=true&country=en-us}"