dev@glassfish.java.net

Re: multiple problems with empty password in creating jdbc connection pool

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Wed, 09 Aug 2006 13:50:09 +0530

On Tue, 2006-08-08 at 14:04 -0700, Kedar Mhaswade wrote:

> First problem: Connector backend (the piece of code that pings
> the database) does not default the null value for the password
> to mean that there is no password.
AFAIK,in connectors, if "" is sent as password that will be used.
If the 'user' property is null, mcf properties will be looked at.
If they are also null, value for user, password will be "".

Thanks,
-Jagadish