spring-security/web
David Becker 2b426872a3
Use InetSocketAddress#getHostString
Sometimes InetSocketAddress#getAddress#getHostAddress retuns null.
In that case, call InetSocketAddress#getHostString instead.

There is no performance loss since IpAddressMatcher#matches attemptsi
to re-parse and resolve the address anyway.

Closes gh-11888
2022-10-24 16:32:19 -06:00
..
src Use InetSocketAddress#getHostString 2022-10-24 16:32:19 -06:00
spring-security-web.gradle javax.xml.bind:jaxb-api -> jakarta.xml.bind:jakarta.xml.bind-api 2022-01-19 14:34:16 -06:00