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

Commits on Dec 26, 2019

  1. Ensure all brackes are decoded in JSON based Body Templates

    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 committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    3e99e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49aafb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208aca0 View commit details
    Browse the repository at this point in the history