https://issues.apache.org/bugzilla/show_bug.cgi?id=49224

--- Comment #1 from Matt Passell <mpass...@grovehillsoftware.com> 2010-04-29 
11:18:10 EDT ---
I'm guessing that the solution is as simple as changing lines 215 and 216 of
PooledConnection to the following:

poolProperties.getDbProperties().setProperty("user", usr != null ? usr : "");
poolProperties.getDbProperties().setProperty("password", pwd != null ? pwd :
"");

--Matt

-- 
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

Reply via email to