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
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
The private member port in microsoft.exchange.webservices.data.autodiscover.ProtocolConnection is of type int, therefore it is not possible to hold null values.
The Exchange server must not provide this value which leads to an NullPointer in the loadFromXML method when calling connection.setPort(...).
From my point of view the type of the port should be changed to Integer.
First off all it does not make sense to have default value 0 and it is not possible to reflect the information that no port was available.