Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode [v3]

2023-02-07 Thread Sean Mullan
> This change adds a system property that can be used to enable/disable the XML > Signature secure validation mode. This is useful for enabling/disabling the > mode at runtime. The system property will supersede and have the same name as > the XMLCryptoContext property that can be used to enable

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode [v2]

2023-02-07 Thread Sean Mullan
> This change adds a system property that can be used to enable/disable the XML > Signature secure validation mode. This is useful for enabling/disabling the > mode at runtime. The system property will supersede and have the same name as > the XMLCryptoContext property that can be used to enable

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-03 Thread Rajan Halade
On Thu, 2 Feb 2023 17:32:06 GMT, Sean Mullan wrote: >> test/jdk/javax/xml/crypto/dsig/SecureValidationSystemProperty.java line 38: >> >>> 36: * @library /test/lib >>> 37: * @run main/othervm -Dorg.jcp.xml.dsig.secureValidation=false >>> SecureValidationSystemProperty >>> 38: */ >> >> the jt

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-03 Thread Sean Coffey
On Thu, 2 Feb 2023 17:35:14 GMT, Sean Mullan wrote: >> src/java.base/share/conf/security/java.security line 953: >> >>> 951: # "false". Any other value for the system property is also treated as >>> "false". >>> 952: # If the system property is set, it supersedes the XMLCryptoContext >>> prope

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-03 Thread Sean Coffey
On Wed, 1 Feb 2023 14:46:28 GMT, Sean Mullan wrote: > This change adds a system property that can be used to enable/disable the XML > Signature secure validation mode. This is useful for enabling/disabling the > mode at runtime. The system property will supersede and have the same name as > th

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-02 Thread Weijun Wang
On Wed, 1 Feb 2023 14:46:28 GMT, Sean Mullan wrote: > This change adds a system property that can be used to enable/disable the XML > Signature secure validation mode. This is useful for enabling/disabling the > mode at runtime. The system property will supersede and have the same name as > th

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-02 Thread Sean Mullan
On Thu, 2 Feb 2023 16:56:26 GMT, Sean Coffey wrote: >> This change adds a system property that can be used to enable/disable the >> XML Signature secure validation mode. This is useful for enabling/disabling >> the mode at runtime. The system property will supersede and have the same >> name a

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-02 Thread Sean Mullan
On Thu, 2 Feb 2023 17:00:36 GMT, Sean Coffey wrote: >> This change adds a system property that can be used to enable/disable the >> XML Signature secure validation mode. This is useful for enabling/disabling >> the mode at runtime. The system property will supersede and have the same >> name a

Re: RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-02 Thread Sean Coffey
On Wed, 1 Feb 2023 14:46:28 GMT, Sean Mullan wrote: > This change adds a system property that can be used to enable/disable the XML > Signature secure validation mode. This is useful for enabling/disabling the > mode at runtime. The system property will supersede and have the same name as > th

RFR: 8301260: Add system property to toggle XML Signature secure validation mode

2023-02-01 Thread Sean Mullan
This change adds a system property that can be used to enable/disable the XML Signature secure validation mode. This is useful for enabling/disabling the mode at runtime. The system property will supersede and have the same name as the XMLCryptoContext property that can be used to enable/disable