RFR: 8281658: Add a security category to the java -XshowSettings option [v5]

Weijun Wang weijun at openjdk.org
Sat Jun 17 01:54:12 UTC 2023


On Fri, 16 Jun 2023 12:14:49 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

>> New functionality in the -XshowSettings menu to display relevant information about JDK security configuration
>
> Sean Coffey has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Pass PrintStream to security helper

src/java.base/share/classes/sun/launcher/SecuritySettings.java line 93:

> 91:         for (String key : p.stringPropertyNames().stream().sorted().toList()) {
> 92:             String val = p.getProperty(key);
> 93:             if (val.contains(",") && val.length() > 60) {

Do you want to do the same for `;`? `jceks.key.serialFilter` uses it.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14394#discussion_r1232926833



More information about the security-dev mailing list