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

Encode JSON string in Pulsar auth params #40493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 23, 2024

  1. Encode JSON string in Pulsar auth params

    The values in the `spring.pulsar.client.authentication.param`
    config props map are not currently JSON encoded. For simple
    values this is fine. However, some custom auth modules may
    require more complex parameter values that may contain special
    characters that results in invalid JSON. This commmit encodes
    the parameter values using a very simple hand-rolled escape
    function.
    
    Fixes spring-projects#40492
    onobc committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df1845c View commit details
    Browse the repository at this point in the history