You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2008/03/31 23:08:24 UTC

[jira] Closed: (DIRSERVER-576) Audit code that compares attribute values.

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

Emmanuel Lecharny closed DIRSERVER-576.
---------------------------------------

    Resolution: Invalid

We don't have to do that anymore, we are not using Attribute(s)Impl into the server

> Audit code that compares attribute values.
> ------------------------------------------
>
>                 Key: DIRSERVER-576
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-576
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: ldap
>            Reporter: Alex Karasulu
>            Assignee: Alex Karasulu
>
> Checks in interceptors for attribute values do not test all values but instead use Attribute.contains() which will lead to problems.  Some code iterates through the values checking for equality using caseIgnore matching on strings.  This also is not good because case exact attribute types can collide.  We must audit the code base to make sure we use normalizers to properly handle attribute value comparisons.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.