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 513767651b65981d4a452deb82f5d13a83d95d92 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:05:47 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- src/main/java/org/apache/commons/xml/SecureXMLFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureXMLFilter.java b/src/main/java/org/apache/commons/xml/SecureXMLFilter.java index dec5414..50c7180 100644 --- a/src/main/java/org/apache/commons/xml/SecureXMLFilter.java +++ b/src/main/java/org/apache/commons/xml/SecureXMLFilter.java @@ -38,7 +38,7 @@ * * <p>Composed from the library's own wrappers instead of delegating to the implementation's filter, because the implementation filters self-provision an * unhardened reader for the input (the stock JDK's does so as early as {@code setContentHandler}) and cast a supplied {@link javax.xml.transform.Templates} to - * their own type, which a wrapped Templates is not. Here the input is parsed by the parent reader, a hardened one installed on first {@code parse} when the + * their own type, which a wrapped Templates is not. Here the input is parsed by the parent reader, a secure one installed on first {@code parse} when the * caller has not set a parent (a caller-set parent is trusted configuration, used as-is), and the transformation runs on a {@link SecureTransformer}, so * runtime {@code document()} sits on the resolver floor.</p> */
