Incorrect attribute description value set for AttributeValueAssertion in the transformFilter( ExprNode ) method of LdapTransformer ----------------------------------------------------------------------------------------------------------------------------------
Key: DIRSERVER-1476 URL: https://issues.apache.org/jira/browse/DIRSERVER-1476 Project: Directory ApacheDS Issue Type: Bug Components: ldap Reporter: Kiran Ayyagari Assignee: Kiran Ayyagari Fix For: 1.5.6 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()* ); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.