JDBCAuthProvider bug

JDBCAuthProvider setPasswordValue use pstmt.executeQuery() update password that can not excute sql. there shoud use pstmt.executeUpdate().I use 4.5.1 version ,I found latest version still not fix this bug.

1 Like

Thanks, are you able to submit a Github Pull Request to resolve this issue?