| Enrique Rodriguez (JIRA) 2005-07-28, 5:45 pm |
| Correct handling of time and size limits on searches
----------------------------------------------------
Key: DIREVE-197
URL: http://issues.apache.org/jira/browse/DIREVE-197
Project: Directory Server
Type: Bug
Reporter: Enrique Rodriguez
Assigned to: Alex Karasulu
The search request currently does not time out search requests that exceed these limits. Search filters can be used to limit these for each entry requested since entries are streamed out of the server one at a time as they are requested by JNDI. Search
does not load all candidate entries selected by a filter into memory then return them; the server would croak if we did that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|