Description
The getClientId() on RemotingConnection is public and it is possible to call it too early on an OpenWireConnection (such as in a plugin) before the context has been initialized with the clientId. Instead of just returning null a NPE is thrown because of a null reference.
Attachments
Issue Links
- links to