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

DN with hex values aren't parsed properly when not schema aware

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0.AM4
    • 2.0.0
    • None

    Description

      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 :

      Dn dn = new Dn( "uid = #4869" );
      assertEquals( "uid=Hi", dn.getNormName() );
      

      fails, the dn.getNormName() calls returns uid=, with no value.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: