This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 5d3af1544aad4ecb48a15e7022b1eff65d2db3f3 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:44:17 2026 -0400 Javadoc: Use "secure" terminology. --- src/main/java/org/apache/commons/xml/SecureSchema.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureSchema.java b/src/main/java/org/apache/commons/xml/SecureSchema.java index c5fe81a..8eda7ff 100644 --- a/src/main/java/org/apache/commons/xml/SecureSchema.java +++ b/src/main/java/org/apache/commons/xml/SecureSchema.java @@ -24,7 +24,7 @@ import javax.xml.validation.ValidatorHandler; /** - * {@link Schema} wrapper that hardens every {@link Validator} and {@link ValidatorHandler} the inner Schema produces: each {@link Validator} is wrapped in + * {@link Schema} wrapper that secures every {@link Validator} and {@link ValidatorHandler} the inner Schema produces: each {@link Validator} is wrapped in * {@link SecureValidator} (which rewrites the Source through {@link SecureSAXParserFactory#secure(javax.xml.transform.Source, boolean)} and installs the resolver * floor), and each {@link ValidatorHandler} is wrapped in a {@link SecureValidatorHandler} that keeps the same ignore-all resolver floor so * {@code xsi:schemaLocation} is not resolved during SAX-driven validation.
