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

Fixes #5845 - Use UTF-8 encoding for client basic auth if requested. #5847

Merged
merged 4 commits into from Jan 12, 2021

Commits on Dec 29, 2020

  1. Fixes #5845 - Use UTF-8 encoding for client basic auth if requested.

    * Introduced get/setCharset in BasicAuthenticator on server-side.
    * Looking for the "charset" parameter on the client-side, and if there, use it.
    * Added test case.
    * Code cleanups.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f4caf07 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Fixes #5845 - Use UTF-8 encoding for client basic auth if requested.

    Don't use unicode sequences to please CheckStyle.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    655c2e3 View commit details
    Browse the repository at this point in the history
  2. Fixes #5845 - Use UTF-8 encoding for client basic auth if requested.

    Disable CheckStyle check so that the unicode sequence in the test matches that in realm.properties.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    6535f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b050bdb View commit details
    Browse the repository at this point in the history