https://issues.apache.org/bugzilla/show_bug.cgi?id=49224
--- Comment #4 from Matt Passell <mpass...@grovehillsoftware.com> 2010-05-11 13:07:05 EDT --- Created an attachment (id=25427) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25427) only set username and password if the values are not null Looking at how the dbProperties are just passed to the driver, it's clear that any driver willing to accept a connection without a username or password should be fine without values for those properties being passed through. So, the patch I'm attaching does just what Filip was suggesting and only sets the username/password if they're not null. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org