You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2015/03/30 23:18:53 UTC

[jira] [Created] (DIRAPI-230) Connection to invalid host blocks for 30 seconds

Stefan Seelmann created DIRAPI-230:
--------------------------------------

             Summary: Connection to invalid host blocks for 30 seconds
                 Key: DIRAPI-230
                 URL: https://issues.apache.org/jira/browse/DIRAPI-230
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M28, 1.0.0-M29
            Reporter: Stefan Seelmann
             Fix For: 1.0.0-M30


Connection to an invalid host like this

{code:java}
        LdapNetworkConnection conn = new LdapNetworkConnection( "qwertyuiopasdfghjklzxcvbnm", 12389 );
        conn.connect();
{code}

results in a nice exception (InvalidConnectionException / UnresolvedAddressException).

However it tries to connect for 30 seconds, only after that the exception is thrown. This looks like the default timeout is considered. I think the exception should be thrown faster.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)