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
The InetAddressFilter introduced in Spring Boot 4.1 includes an externalAddresses() method which should filter special purpose addresses as defined in RFC 6890, but currently does not.
The
InetAddressFilterintroduced in Spring Boot 4.1 includes anexternalAddresses()method which should filter special purpose addresses as defined in RFC 6890, but currently does not.Credit to @ghosttT0 for reporting this issue