You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing persistent search via LDAPConnectionHandler2 the result entry does not contain EntryChangeNotification control. This causes issues in Wren:AM that uses that information in SMS component.
Quite obvious fix is to add overloaded method to Responses class. However I would like to verify that it is the correct way and also possibly investigate if there is a place where we can add unit test to test this behaviour.
The text was updated successfully, but these errors were encountered:
When doing persistent search via
LDAPConnectionHandler2
the result entry does not containEntryChangeNotification
control. This causes issues in Wren:AM that uses that information in SMS component.I have already debugged what is happening and the issue is that
LDAPClientConnection2
is mapping search result entry to response using method that leads to calling incorrect overloaded constructor.Quite obvious fix is to add overloaded method to
Responses
class. However I would like to verify that it is the correct way and also possibly investigate if there is a place where we can add unit test to test this behaviour.The text was updated successfully, but these errors were encountered: