Creating a Dn with more than one AVA should not be possible
-----------------------------------------------------------

                 Key: DIRAPI-76
                 URL: https://issues.apache.org/jira/browse/DIRAPI-76
             Project: Directory Client API
          Issue Type: Bug
            Reporter: Emmanuel Lecharny
            Priority: Critical


creating a RDN like :

Rdn rdn = new Rdn( "ou=b,dc=com" )

should throw a LdapInvalidDnException. This is not the case, as we try to parse 
the RDN as if it was a Dn. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to