Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix persistent search result missing controls. #69 #75

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix persistent search result missing controls. #69
  • Loading branch information
pavelhoral committed Feb 8, 2023
commit 583e8f83ed40d3edbb8f44cbe11767b1f52c01f9
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 542,7 @@ private FlowableEmitter<Response> getAttachedEmitter(final Operation operation)
}

private Response toResponse(final SearchResultEntry searchEntry) {
return Responses.newSearchResultEntry(Converters.partiallyWrap(searchEntry, ldapVersion));
return Responses.copyOfSearchResultEntry(Converters.partiallyWrap(searchEntry, ldapVersion));
}

/**
Expand Down