-
Bug
-
Resolution: Done
-
Major
-
3.6.10, 4.0.5
-
None
An IllegalFormatException is thrown at:
DefaultDNSResolver#getDnsContext()
log.trace("Initializing DNS Context with factory: %s and url: %s" + dnsContextFactory, dnsAddress);
should be:
log.trace("Initializing DNS Context with factory: %s and url: %s", dnsContextFactory, dnsAddress);
plus sign changed in to comma.