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 Lecharny (JIRA)" <ji...@apache.org> on 2016/05/11 13:12:12 UTC

[jira] [Resolved] (DIRAPI-276) RDN normalization is under efficient

     [ https://issues.apache.org/jira/browse/DIRAPI-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRAPI-276.
--------------------------------------
    Resolution: Fixed

Fixed in the value branch

> RDN normalization is under efficient
> ------------------------------------
>
>                 Key: DIRAPI-276
>                 URL: https://issues.apache.org/jira/browse/DIRAPI-276
>             Project: Directory Client API
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-M33
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0
>
>
> Normalization of RDN is really unefficient. Actually, even if you pass a valid {{SchemaManager}} to the {{Rdn}} contructor, it is still a two phases process, where all the {{Avas}} are created twice :
> * parse the RDN
>   ** for each AVA, create an Ava instance and feed the Rdn instance
> * normalize the RDN
>   ** for each Ava, create a new Ava instance and replace the existing Ava
> This is just crazy...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)