Open teemulang opened 1 week ago
PlainAuthenticationHandlerFactory expects Base64.getDecoder().decode(secret) to return null on failure, but actually an IllegalArgumentException is thrown. LoginAuthenticationHandlerFactory handles this correctly.
Thanks! I'll have a look
PlainAuthenticationHandlerFactory expects Base64.getDecoder().decode(secret) to return null on failure, but actually an IllegalArgumentException is thrown. LoginAuthenticationHandlerFactory handles this correctly.