[ http://issues.apache.org/jira/browse/DERBY-461?page=all ]
     
Kathey Marsden resolved DERBY-461:
----------------------------------

    Fix Version: 10.2.0.0
     Resolution: Invalid

The DDM Manual page 578 describes PASSWORD as 
MINLEN 1, so I don't think we can fix this one.


> 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
>      Fix For: 10.2.0.0
>  Attachments: Derby461.java, Derby461.patch
>
> 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

Reply via email to