You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lécharny (Jira)" <ji...@apache.org> on 2019/11/06 14:04:00 UTC

[jira] [Updated] (DIRAPI-349) DN with hex values aren't parsed properly when not schema aware

     [ 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: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org