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

Ensure all brackets are decoded in JSON based Body Templates #1140

Merged
merged 3 commits into from Dec 27, 2019

Conversation

kdavisk6
Copy link
Member

Fixes #1129

When JSON is detected in a Body Template, all start and end tokens
that may have been pct-encoded are decoded, ensuring that the
expanded result is valid JSON.

Fixes OpenFeign#1129

When JSON is detected in a Body Template, all start and end tokens
that may have been pct-encoded are decoded, ensuring that the
expanded result is valid JSON.
@kdavisk6 kdavisk6 added the bug Unexpected or incorrect behavior label Dec 26, 2019
@kdavisk6 kdavisk6 merged commit d3eb9cf into OpenFeign:master Dec 27, 2019
@kdavisk6 kdavisk6 deleted the gh-1129-body-template-refactor branch December 27, 2019 13:48
@kdavisk6 kdavisk6 added this to the 10.7.1 milestone Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Body Template Expansion with nested JSON
1 participant