Skip to content

ResolvePartially = true combined with multiple querystring parameters leaves a trailing curly brace. #21

Open
@quasivivo

Description

@quasivivo

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}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bughelp wantedThis issue is available to submit a pull request for

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions