You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2010/11/27 11:51:13 UTC

[jira] Assigned: (DIRSERVER-1585) Requests with value controls are not thread safe

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

Stefan Seelmann reassigned DIRSERVER-1585:
------------------------------------------

    Assignee: Stefan Seelmann

> Requests with value controls are not thread safe
> ------------------------------------------------
>
>                 Key: DIRSERVER-1585
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1585
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Stefan Seelmann
>            Assignee: Stefan Seelmann
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> In LdapMessageGrammar the ControlEnum is used to get an Control instance for an OID. The ControlEnum always returns the same Control instance. This works well for controls w/o value. But for controls with an value this is fatal because the single instance is used for each request and values may be overwritten from a parallel request.
> Background: I tried to run the PagedSearchIT using multiple threads, but they always failed.

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