Actions
Bug #4464
closedConnection releasing of test LDAP server is incorrect, leading to lost of connection
Status:
Released
Priority:
3
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We use an in memory LDAP server for testing purpose.
The logic implemented to release connection to that server is not correct, actually closing the connection, and so could lead to spurious error when a connection is used to do several request (typically: do a search, and on each result, do a delete).
Actions