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/03/08 15:15:40 UTC

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

Emmanuel Lecharny created DIRAPI-276:
----------------------------------------

             Summary: 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: 1.0.0-M34


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)