Emmanuel Lecharny created DIRAPI-87:
---------------------------------------

             Summary: The search() method does not return the same result if 
it's done with a SearchRequest or with parameters
                 Key: DIRAPI-87
                 URL: https://issues.apache.org/jira/browse/DIRAPI-87
             Project: Directory Client API
          Issue Type: Improvement
    Affects Versions: 1.0.0-M12
            Reporter: Emmanuel Lecharny
            Priority: Critical
             Fix For: 1.0.0-M13


The search method returns two different cursors, depending on which parameters 
we pass. This is not coherent.
SearchCursor search( SearchRequest searchRequest )
EntryCursor search( String baseDn, String filter, SearchScope scope, String... 
attributes )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to