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

Configuration option to disable HTML escaping when using Gson #298

Merged
merged 2 commits into from
Jun 14, 2018
Merged

Configuration option to disable HTML escaping when using Gson #298

merged 2 commits into from
Jun 14, 2018

Commits on Jun 12, 2018

  1. Configuration option to disable HTML escaping when using Gson

    The default implementation of Gson will escape certain characters by default. This
    includes the `=` character, which is used in base64 encoding and cause problems when
    deserializing the value to a base64 encoded string in a service.
    
    Adding an option for disabling this feature makes it easier to generate client code
    with sane defaults.
    stianlik committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    7b00cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Update Petstore sample

    stianlik committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    50106f0 View commit details
    Browse the repository at this point in the history