RFR: 8330542: Add jaxp-strict.properties in preparation for a secure by default configuration [v10]

Joe Wang joehw at openjdk.org
Sun May 19 05:01:32 UTC 2024


> 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:

  withdraw changes to jaxp.properties. The configuration process has not changed, changing the default configuration would result in many failures that test the process.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18831/files
  - new: https://git.openjdk.org/jdk/pull/18831/files/2ee2c7ca..dfc965c6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18831&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18831&range=08-09

  Stats: 10 lines in 2 files changed: 0 ins; 0 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/18831.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18831/head:pull/18831

PR: https://git.openjdk.org/jdk/pull/18831


More information about the build-dev mailing list