https://bz.apache.org/bugzilla/show_bug.cgi?id=64831
--- Comment #10 from Michael Osipov <[email protected]> --- Testing.. > log.debug("Certificate at index {} with alias {}:", i++, alias); Seems to contain a redudant colon at the end. > log.debug("Extended Key Usage: {} ({})", > EXTENDED_KEY_USAGES.getOrDefault(keyUsage, keyUsage), and > log.debug("Can't get extendedKeyUsage for alias {}", alias, e); Can you make them consistent? Both either three words or camelCase? Since used an acronym for SAN, I would do that here too. -- You are receiving this mail because: You are the assignee for the bug.
