You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/06/03 16:14:02 UTC

[jira] Closed: (DIRSERVER-1476) Incorrect attribute description value set for AttributeValueAssertion in the transformFilter( ExprNode ) method of LdapTransformer

     [ https://issues.apache.org/jira/browse/DIRSERVER-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari closed DIRSERVER-1476.
-------------------------------------


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