Network Client Driver 'password=' behaviour is different from Embedded Driver
-----------------------------------------------------------------------------
Key: DERBY-461
URL: http://issues.apache.org/jira/browse/DERBY-461
Project: Derby
Type: Bug
Components: Network Client
Versions: 10.1.1.0
Reporter: Susan Cline
Priority: Minor
I posted to derby-dev asking if this was a bug and did not receive any
response, so I'm logging it as a bug.
Using the Embedded driver and specifying password= for the driver URL does not
throw
an exception or warning:
ij> connect 'jdbc:derby:myDB;create=true;user=a;password=';
ij(CONNECTION1)>
Using this syntax with the Network Client driver does:
ij> connect 'jdbc:derby://localhost:1527/blobDB;user=a;password=';
ERROR (no SQLState): password length, 0, is not allowed.
This bug is a request to make the behaviour of the client driver the same as
the embedded driver.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira