RFR: 8330542: Add two sample configuration files in preparation for a more secure by default configuration [v4]
Lance Andersen
lancea at openjdk.org
Tue Apr 23 19:28:30 UTC 2024
On Tue, 23 Apr 2024 18:57:44 GMT, Sean Mullan <mullan at openjdk.org> wrote:
> A few other comments/questions:
>
> Does this need a CSR since you are adding new property files?
Not sure it does, but Joe will follow up with Joe Darcy
>
> Are there any tests to ensure the property files are working correctly?
There are tests that Joe added as part of the JDK 22 work for custom config files
>
> Also, how does one try out these property files? Is there a system property that needs to be set? Can you add more details to the RN on that?
java -Djava.xml.config.file=$JAVA_HOME/conf/jaxp-compat.properties
The property was added in JDK 22 see: https://docs.oracle.com/en/java/javase/22/docs/api/java.xml/module-summary.html#Conf_CF_SP
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18831#issuecomment-2073248701
More information about the core-libs-dev
mailing list