-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
Currently, to set the secure validation mode, one must set a property on the DOMValidateContext as follows:
valContext.setProperty("org.jcp.xml.dsig.secureValidation", true);
There should be an easier way to do this via a standard API, example a setSecureValidation() method.
valContext.setProperty("org.jcp.xml.dsig.secureValidation", true);
There should be an easier way to do this via a standard API, example a setSecureValidation() method.
- relates to
-
JDK-8259801 Enable XML Signature secure validation mode by default
-
- Resolved
-