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

HLRC: PutUserRequest should not be closeable #34196

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Oct 1, 2018

  1. HLRC: PutUserRequest should not be closeable

    The PutUserRequest implemented closeable as it assumed ownership of the
    password provided to the class. This change removes the ownership of
    the password, documents it in the javadoc, and removes the closeable
    implementation.
    
    Additionally, the intermediate bytes used for writing the password to
    XContent are now cleared. This makes the PutUserRequest consistent with
    the behavior discussed in elastic#33509.
    jaymode committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    7141171 View commit details
    Browse the repository at this point in the history