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

--- Comment #2 from Filip Hanik <fha...@apache.org> 2010-04-29 18:19:28 EDT ---
(In reply to comment #1)
> 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

"" is not the same as null, my guess is that the property should not even be
set of the value is 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

Reply via email to