mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
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?