Do not default username/password for DataSource unless embedded
To use a DataSource pool (Tomcat or DBCP) the user must supply a valid driver class name *and* database URL. If both are supplied and the driver class is not one of the embedded ones, then no default username or password is provided. Fixes gh-94
Showing
Please register or sign in to comment