[
https://issues.apache.org/jira/browse/DIRAPI-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lécharny updated DIRAPI-349:
-------------------------------------
Fix Version/s: (was: 2.0.0.AM5)
2.0.0
> DN with hex values aren't parsed properly when not schema aware
> ---------------------------------------------------------------
>
> Key: DIRAPI-349
> URL: https://issues.apache.org/jira/browse/DIRAPI-349
> Project: Directory Client API
> Issue Type: Bug
> Affects Versions: 2.0.0.AM4
> Reporter: Emmanuel Lécharny
> Priority: Major
> Fix For: 2.0.0
>
>
> If we create a DN like {{uid = #4869}}, it's properly handled when it's
> schema aware. However, doing the same thing without a {{SchemaManager}} meads
> to some wrong normalized name to be generated :
> {code:java}
> Dn dn = new Dn( "uid = #4869" );
> assertEquals( "uid=Hi", dn.getNormName() );
> {code}
> fails, the {{dn.getNormName()}} calls returns {{uid=}}, with no value.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]