Uploaded image for project: 'Directory Client API'
  1. Directory Client API
  2. DIRAPI-276

RDN normalization is under efficient

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0-M33
    • 2.0.0.AM3
    • None

    Description

      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...

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: