JDBC - Corrected Exception When Character Set Not Provided In URL Connection String
When a JDBC connection URL specified either the user or the password but did not specify the characterset to use, the JDBC driver threw an exception. The issue has now been fixed.