Re: RFR: 8275082: Update XML Security for Java to 2.3.0 [v2]

2021-12-06 Thread Sean Mullan
On Fri, 3 Dec 2021 15:24:54 GMT, Weijun Wang wrote: >> Import Apache Santuario 2.3.0 without the secure validation changes since in >> OpenJDK we are using the `jdk.xml.dsig.secureValidationPolicy` security >> property for XML Signature secure validation protection. >> >> Two commits are pushe

Re: RFR: 8275082: Update XML Security for Java to 2.3.0 [v2]

2021-12-03 Thread Weijun Wang
> Import Apache Santuario 2.3.0 without the secure validation changes since in > OpenJDK we are using the `jdk.xml.dsig.secureValidationPolicy` security > property for XML Signature secure validation protection. > > Two commits are pushed: > > - 2.3.0: Import 2.3.0 code changes > - revert: reve

Re: RFR: 8275082: Update XML Security for Java to 2.3.0

2021-12-02 Thread Valerie Peng
On Wed, 1 Dec 2021 17:31:37 GMT, Weijun Wang wrote: > Import Apache Santuario 2.3.0 without the secure validation changes since in > OpenJDK we are using the `jdk.xml.dsig.secureValidationPolicy` security > property for XML Signature secure validation protection. > > Two commits are pushed: >

Re: RFR: 8275082: Update XML Security for Java to 2.3.0

2021-12-02 Thread Valerie Peng
On Wed, 1 Dec 2021 17:31:37 GMT, Weijun Wang wrote: > Import Apache Santuario 2.3.0 without the secure validation changes since in > OpenJDK we are using the `jdk.xml.dsig.secureValidationPolicy` security > property for XML Signature secure validation protection. > > Two commits are pushed: >

RFR: 8275082: Update XML Security for Java to 2.3.0

2021-12-01 Thread Weijun Wang
Import Apache Santuario 2.3.0 without the secure validation changes since in OpenJDK we are using the `jdk.xml.dsig.secureValidationPolicy` security property for XML Signature secure validation protection. Two commits are pushed: - 2.3.0: Import 2.3.0 code changes - revert: revert the Santuario