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 2007/04/16 17:20:15 UTC

[jira] Resolved: (DIRSERVER-902) Turning on DEBUG logging causes ArrayIndexOutOfBounds in AbstractSchemaObject.java

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

Emmanuel Lecharny resolved DIRSERVER-902.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0

I think the fix has been already applied in 1.5.0

> Turning on DEBUG logging causes ArrayIndexOutOfBounds in AbstractSchemaObject.java
> ----------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-902
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-902
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.5.0
>            Reporter: Chris Custine
>             Fix For: 1.5.0
>
>         Attachments: DIRSERVER-902.diff
>
>
> The names array is initialized as an empty array but the toString method is only checking for names ==null.  When DEBUG logging is on, the calls to toString() are causing AIOOB exceptions.

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