You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2009/03/24 20:22:50 UTC

[jira] Created: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
-----------------------------------------------------------------------

                 Key: DIRSHARED-31
                 URL: https://issues.apache.org/jira/browse/DIRSHARED-31
             Project: Directory Shared
          Issue Type: Bug
    Affects Versions: 0.9.12
            Reporter: Joerg Schaible


assertTrue("Ending DN fails with ADS LdapDN", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org"))); 
assertTrue("Ending DN fails with Java LdapName", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo"))); 
 
 ==> second assertion fails, simply not implemented (in contrast to startWith).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSHARED-31:
---------------------------------------

    Fix Version/s:     (was: 0.9.14)
                   0.9.15

Moved to 0.9.15 (0.9.14 has been released)

> LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
> -----------------------------------------------------------------------
>
>                 Key: DIRSHARED-31
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-31
>             Project: Directory Shared
>          Issue Type: Bug
>    Affects Versions: 0.9.12
>            Reporter: Joerg Schaible
>            Assignee: Emmanuel Lecharny
>             Fix For: 0.9.15
>
>
> assertTrue("Ending DN fails with ADS LdapDN", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org"))); 
> assertTrue("Ending DN fails with Java LdapName", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo"))); 
>  
>  ==> second assertion fails, simply not implemented (in contrast to startWith).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSHARED-31.
----------------------------------------

    Resolution: Fixed

Fixed in 
http://svn.apache.org/viewvc?rev=798801&view=rev

> LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
> -----------------------------------------------------------------------
>
>                 Key: DIRSHARED-31
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-31
>             Project: Directory Shared
>          Issue Type: Bug
>    Affects Versions: 0.9.12
>            Reporter: Joerg Schaible
>            Assignee: Emmanuel Lecharny
>             Fix For: 0.9.15
>
>
> assertTrue("Ending DN fails with ADS LdapDN", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org"))); 
> assertTrue("Ending DN fails with Java LdapName", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo"))); 
>  
>  ==> second assertion fails, simply not implemented (in contrast to startWith).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSHARED-31:
---------------------------------------

    Fix Version/s: 0.9.14

> LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
> -----------------------------------------------------------------------
>
>                 Key: DIRSHARED-31
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-31
>             Project: Directory Shared
>          Issue Type: Bug
>    Affects Versions: 0.9.12
>            Reporter: Joerg Schaible
>            Assignee: Emmanuel Lecharny
>             Fix For: 0.9.14
>
>
> assertTrue("Ending DN fails with ADS LdapDN", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org"))); 
> assertTrue("Ending DN fails with Java LdapName", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo"))); 
>  
>  ==> second assertion fails, simply not implemented (in contrast to startWith).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny reassigned DIRSHARED-31:
------------------------------------------

    Assignee: Emmanuel Lecharny

> LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
> -----------------------------------------------------------------------
>
>                 Key: DIRSHARED-31
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-31
>             Project: Directory Shared
>          Issue Type: Bug
>    Affects Versions: 0.9.12
>            Reporter: Joerg Schaible
>            Assignee: Emmanuel Lecharny
>             Fix For: 0.9.14
>
>
> assertTrue("Ending DN fails with ADS LdapDN", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org"))); 
> assertTrue("Ending DN fails with Java LdapName", new LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo"))); 
>  
>  ==> second assertion fails, simply not implemented (in contrast to startWith).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.