On Wed, 31 May 2023 21:58:44 GMT, Joe Wang <jo...@openjdk.org> wrote:
>> Add a system property, jdk.xml.config.file, to return the path to a custom >> JAXP configuration file. The current configuration file, jaxp.properties, >> that the JDK supports will become the default configuration file. >> >> CSR: https://bugs.openjdk.org/browse/JDK-8303531 >> >> Tests: XML SQE and JCK tests passed. > > Joe Wang has updated the pull request incrementally with one additional > commit since the last revision: > > adjust javadoc Thanks! Will discuss these issues in separate threads for each of them. The question on the duplication of XMLSecurityManager has an easier answer: the later was added to replace the former that was specific to Xerces. Note that the one for Xalan was already deleted. There were too many references. Since this changeset is already pretty large, I decided to leave it to a simpler changeset (e.g. DTD) to do it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/12985#issuecomment-1574226021