
|
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 » |
made changes - 30/Sep/05 07:19 PM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Duplicate
[ 3
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 07/Feb/06 02:41 PM
|
Fix Version/s
|
|
pre-1.0
[ 12310782
]
|
|
Project
|
Directory LDAP
[ 10514
]
|
ApacheDS
[ 12310260
]
|
|
Component/s
|
|
ldap
[ 12310715
]
|
|
Affects Version/s
|
|
pre-1.0
[ 12310782
]
|
|
Key
|
DIRLDAP-58
|
DIRSERVER-206
|
made changes - 31/Aug/06 07:59 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|