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 2019/05/12 05:53:00 UTC

[jira] [Updated] (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 updated DIRAPI-276:
-------------------------------------
    Fix Version/s:     (was: 2.0.0)
                   2.0.0.AM3

> 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
>            Priority: Major
>             Fix For: 2.0.0.AM3
>
>
> 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
(v7.6.3#76005)