spring-security
spring-security copied to clipboard
Fix IP address parse error message in IpAddressMatcher#parseAddress()
There is no whitespace between error message and IP address value IpAddressMatcher#parseAddress()
If IP value is wrong, then error text looks like Failed to parse addressi.am.ip
.
There should be some separator between those two text tokens.
Also wrapped the address value with single quotes.
Will this add any confusion for the caller?
Or colon and "Failed to parse address: $value
looks better?
@cyb3r4nt Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@cyb3r4nt Thank you for signing the Contributor License Agreement!
Thanks, @cyb3r4nt! This is now merged into main
.