
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
30/Sep/05 07:19 PM
|
|
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.
|
|
Description
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|