RFR: 8330542: Add jaxp-strict.properties in preparation for a secure by default configuration [v7]
Lance Andersen
lancea at openjdk.org
Thu May 16 19:09:03 UTC 2024
On Thu, 16 May 2024 18:53:40 GMT, Joe Wang <joehw at openjdk.org> wrote:
>> Add two sample configuration files:
>>
>> jaxp-strict.properties: used to set strict configuration, stricter than jaxp.properties in previous versions such as JDK 22
>>
>>> jaxp-compat.properties: used to regain compatibility from any more restricted configuration than previous versions such as JDK 22
>>
>> Updated 5/16/2024
>>
>> Design change:
>> The design is changed to include in the JDK two configuration files that are the default jaxp.properties and jaxp-strict.properties, instead of three, dropping jaxp-compat.properties.
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>
> The JDK provides two configuration files instead of three. Updated jaxp-strict.properties to reflect the change. Removed jaxp-compat. Updated jaxp.properties with properties the same as in jaxp-strict, setting to default values.
src/java.xml/share/classes/module-info.java line 409:
> 407: * <li><a href="#IN_CF_DEFAULT">{@code jaxp.properties}</a></li>
> 408: * <li><a href="#IN_CF_STRICT">{@code jaxp-strict.properties}</a></li>
> 409: * <li><a href="#IN_CF_COMPAT">{@code jaxp-compat.properties}</a></li>
This line should be removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18831#discussion_r1603907393
More information about the core-libs-dev
mailing list