-
Bug
-
Resolution: Done
-
Major
-
None
ELY-1894 introduced the ability to make use of the IP address of the client that's connecting to the server to determine what roles should be assigned to the client.
As part of this change, the callback handler in ServerAuthenticationContext was updated to be able to handle the SocketAddressCallback:
If the client's IP address cannot be determined for some reason, it's possible that SocketAddressCallback.getAddress() will be null on line 1060. We should update this to avoid an NPE here.
We should also avoid an NPE in the case that ((InetSocketAddress) socketAddressCallback.getAddress()).getAddress() is null.
- clones
-
ELY-2120 Avoid an NPE in ServerAuthenticationContext when the peer's IP address is not known
- Resolved
- is incorporated by
-
JBEAP-21472 (7.4.z) Upgrade Elytron from 1.15.3.Final-redhat-00001 to 1.15.5.Final-redhat-00001
- Closed