Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.3
-
None
-
None
Description
When we send back a ProtocolError message to the user, we use a NoticeOfDisconnect objct, which is static. It would be better to create this Response object in order to give back the user a reason why he has been disconnected.
This should be applied in the LdapProtocolHandler (LdapServer class) exceptionCaught() method.