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

The LdifParser lowrcase attributeType

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0-M29
    • 1.0.0-M30
    • None

    Description

      The LdifReader class lowercases the AtributeType during the parsing :

          public static Attribute parseAttributeValue( String line )
          {
              int colonIndex = line.indexOf( ':' );
      
              if ( colonIndex != -1 )
              {
                  String attributeType = Strings.toLowerCase( line ).substring( 0, colonIndex );
      

      We then lose the original user provided AttributeType, which is not expected

      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: