spring-security/web
cyb3r4nt 1d555b62e3 Fix IP address parse error msg in IpAddressMatcher
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?
2022-08-18 10:40:38 -06:00
..
src Fix IP address parse error msg in IpAddressMatcher 2022-08-18 10:40:38 -06:00
spring-security-web.gradle Remove dependency on commons-codec by using java.util.Base64 2022-06-09 06:49:39 -06:00