[ http://issues.apache.org/jira/browse/DIRLDAP-58?page=all ]
Trustin Lee resolved DIRLDAP-58:
--------------------------------
Resolution: Duplicate
DIRLDAP-37 and DIREVE-248 already explains this issue.
> getPrefix and getSuffix have inversed semantic
> ----------------------------------------------
>
> Key: DIRLDAP-58
> URL: http://issues.apache.org/jira/browse/DIRLDAP-58
> Project: Directory LDAP
> Type: Bug
> Reporter: Emmanuel Lecharny
> Assignee: Emmanuel Lecharny
> Priority: Minor
>
> The LdapName getprefix and getSuffix return a result which is inversed :
> Name name = parser.parse( "cn=HomeDir,cn=John,ou=Marketing,ou=East" ) ;
> Name prefix = name.getPrefix( 0 );
> // returns "cn=HomeDir,cn=John,ou=Marketing,ou=East" instead of "".
> The Names are indexed from end to start, though the element 0 is the last
> NameComponent.
--
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