JDK-8303530 : Redefine JAXP Configuration File
  • Type: Enhancement
  • Component: xml
  • Sub-Component: jaxp
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-03-02
  • Updated: 2024-10-24
  • Resolved: 2023-06-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21 b26Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8305195 :  
Description
java.xml (JAXP) factories can be initiated by reading an internal configuration file (jaxp.properties) when the factories are initialized. The configuration file (https://docs.oracle.com/en/java/javase/17/docs/api/java.xml/module-summary.html#JaxpProperties) may contain properties for the factory lookup mechanism, secure processing, and the Catalog API. It is, however, a JDK internal file, modifying it therefore is not advisable or even feasible in certain situations. A way to specify the properties file outside of the JDK should be provided.

 
Comments
Changeset: aff9cea0 Author: Joe Wang <joehw@openjdk.org> Date: 2023-06-02 20:09:44 +0000 URL: https://git.openjdk.org/jdk/commit/aff9cea05468daf60fa80c7d9993b3aa8497b0c5
02-06-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12985 Date: 2023-03-11 04:28:16 +0000
11-03-2023