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 fc3d37be2ed28da746b4d4ba66bc3b196a5e92e6 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:36:32 2026 -0400 Javadoc: "hardening" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/main/java/org/apache/commons/xml/SecureTemplatesHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureTemplatesHandler.java b/src/main/java/org/apache/commons/xml/SecureTemplatesHandler.java index ae0ad44..f4b7056 100644 --- a/src/main/java/org/apache/commons/xml/SecureTemplatesHandler.java +++ b/src/main/java/org/apache/commons/xml/SecureTemplatesHandler.java @@ -33,7 +33,7 @@ * {@link TemplatesHandler} wrapper whose only purpose is to return a {@link SecureTemplates} from {@link TemplatesHandler#getTemplates()}. * * <p>The handler itself only compiles: the caller drives the stylesheet's SAX events, and {@code xsl:include}/{@code xsl:import} hrefs already resolve through - * the delegate factory's resolver, which is the hardening floor. What the raw handler lacks is the runtime side: the {@link Templates} it compiles produce + * the delegate factory's resolver, which is the secure floor. What the raw handler lacks is the runtime side: the {@link Templates} it compiles produce * Transformers without a {@link URIResolver} floor. Wrapping {@code getTemplates()} closes that, exactly as * {@link javax.xml.transform.TransformerFactory#newTemplates newTemplates} does.</p> */
