Basic authentication fails with special characters in password #5781
Closed
Description
I am trying to connect to an OpenShift cluster with username / password. My password contains a "£" character.
I think maybe it should be usernameAndPassword.getBytes(StandardCharsets.UTF_8)
?