mdurawa

Results 1 issues of mdurawa

To calculate the authentication string in org.glassfish.jersey.client.authentication.BasicAuthenticator the method org.glassfish.jersey.internal.util.Base64.encodeAsString() is used to do the Base64 encoding. Unfortunately this results in a ArrayIndexOutOfBoundException when the password contains non ASCII characters...