Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3, 2.0.0
-
None
Description
If a service has multiple ports, they all use the same authentication data. If one port starts and another one fails to start, the user data is set to NULL. This will cause a crash when the user data is accessed (MXS-710).
Since different ports have different authentication mechanisms, it would make sense to move the authentication data away from the service and into the listeners.