Stefan Seelmann created DIRSERVER-2057:
------------------------------------------
Summary: Server returns search continuation only if 'ref' or '+'
attributes are requested
Key: DIRSERVER-2057
URL: https://issues.apache.org/jira/browse/DIRSERVER-2057
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 2.0.0-M19
Reporter: Stefan Seelmann
Fix For: 2.0.0-M20
If the search scope includes referral entries, then the server only converts
them to search continuations if the search requested '+' or 'ref' attributes,
otherwise the referral entry is returned.
In 2.0.0-M14 this was different, even if only objectClass was requested by the
client the referral object was converted to a search continuation.
Unfortunately our tests don't cover this case.
* SearchWithReferralsTest always requests * and +. ReferralSearchIT
* ReferralSearchIT.testSearchContinuations() checks ReferralException but that
catch block is never reached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)