-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5, 5.5.0-HF01
-
Fix Version/s: 5.4.2-HF17, 5.5.0-HF02, 5.6-RC1, 5.6
-
Component/s: Directory
If the server sends back the truncated partial result list before sending the size limit exceeded LDAP error, the LDAPSession API should still successfully send back the results to the caller.
Questions:
1- Would it be useful to the wrap the results in a TruncatedDocumentModelList that would derive from the regular DocumentModelList but would be a marker interface to make the caller aware that the results are incomplete?
2- Should we issue a log.warn when SizeLimitExceeded exception is caught or just ignore it?
- is duplicated by
-
NXP-8629 Better handling of search limit
- Resolved