[ http://issues.apache.org/jira/browse/DIRSERVER-576?page=all ]

Alex Karasulu updated DIRSERVER-576:
------------------------------------

    Component: ldap

> Audit code that compares attribute values.
> ------------------------------------------
>
>          Key: DIRSERVER-576
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-576
>      Project: Directory ApacheDS
>         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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to