Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1476

Incorrect attribute description value set for AttributeValueAssertion in the transformFilter( ExprNode ) method of LdapTransformer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.6
    • ldap
    • None

    Description

      The attribute description value for AttributeValueAssertion is set to the wrong value

      it was set as - assertion.setAttributeDesc( ((EqualityNode<?>)exprNode).getAssertionType().name() );
      it should be like - assertion.setAttributeDesc( ((EqualityNode<?>)exprNode).getAttribute() );

      Attachments

        Activity

          People

            akiran Kiran Ayyagari
            akiran Kiran Ayyagari
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: