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 2013/08/20 19:08:51 UTC

[jira] [Created] (DIRSERVER-1887) When fetching one attribute value from the rootDSE, we clone the rootDSE

Emmanuel Lecharny created DIRSERVER-1887:
--------------------------------------------

             Summary: When fetching one attribute value from the rootDSE, we clone the rootDSE
                 Key: DIRSERVER-1887
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1887
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 2.0.0-M15
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0-M16


when doing a search, we always check that the search is done on the subschema subentry. This is done by fetching the rootDSE from the DefaultPartitionNexus, and in order to return the rootDSE, this entry is cloned, which is a total waste.

We should have a method that get back a specific value from the rootDSE without needing to clone the RootDSE

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira