Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change UriTemplate and UriTemplateTest #204

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Conversation

GiugAles
Copy link
Contributor

@GiugAles GiugAles commented Dec 3, 2024

And old branch that fixes a bug that was rediscovered in #203

Map<String, Object> map2 = new HashMap<>();
map2.put("p", "abc");
map2.put("q", 32);
String uri = new UriTemplate(path).createUri(uriVariables, map2); //UriTemplate.createUri(path, uriVariables, map2);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is commented out code ;)

GiugAles and others added 2 commits December 4, 2024 08:43
@danaivach
Copy link
Collaborator

Closes #203

@danaivach danaivach merged commit 7f56aca into master Dec 4, 2024
1 check passed
@danaivach danaivach deleted the fix/uri_templates branch December 4, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: parsing of URL encoded targets does not work when using URI params
4 participants